From 14b1d946a8fcd044ab65f784fe40ebf7f3954855 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Sat, 15 Oct 2016 13:22:25 +0200 Subject: Remove checks whether OC is running on Windows pt. 2 --- console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console.php') diff --git a/console.php b/console.php index c9a9a49c4e9..939cd43d617 100644 --- a/console.php +++ b/console.php @@ -67,7 +67,7 @@ try { echo "Console has to be executed with the user that owns the file config/config.php" . PHP_EOL; echo "Current user: " . $user['name'] . PHP_EOL; echo "Owner of config.php: " . $configUser['name'] . PHP_EOL; - echo "Try adding 'sudo -u " . $configUser['name'] . " ' to the beginning of the command (without the single quotes)" . PHP_EOL; + echo "Try adding 'sudo -u " . $configUser['name'] . " ' to the beginning of the command (without the single quotes)" . PHP_EOL; exit(1); } -- cgit v1.2.3