]> source.dussan.org Git - nextcloud-server.git/commitdiff
Removing the . from the end of the help response to match convention set by other...
authorEdward Crompton <edward.crompton@gmail.com>
Mon, 4 Jan 2016 15:02:24 +0000 (15:02 +0000)
committerEdward Crompton <edward.crompton@gmail.com>
Mon, 4 Jan 2016 15:02:24 +0000 (15:02 +0000)
console.php

index 779f9696d308a6530e6aba680aab4ba075d223c1..284d30ccadde46be0de665f2e41c26bfed336e62 100644 (file)
@@ -60,7 +60,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(0);
                }
        }