Remove checks whether OC is running on Windows pt. 2

This commit is contained in:
RealRancor
2016-10-15 13:22:25 +02:00
committed by Morris Jobke
parent 729c06548f
commit 14b1d946a8
3 changed files with 4 additions and 30 deletions
+1 -1
View File
@@ -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);
}