diff options
author | Edward Crompton <edward.crompton@gmail.com> | 2016-01-04 15:10:25 +0000 |
---|---|---|
committer | Edward Crompton <edward.crompton@gmail.com> | 2016-01-04 15:10:25 +0000 |
commit | 6d7a5e002cfcaa874e759f125060eb0373f52d28 (patch) | |
tree | 32b643ea299b070a2afcb3cf1c25ae9c6e02ae3f /console.php | |
parent | 6c096ec2b4a99b1c0a909a4df960c885e4fedfe5 (diff) | |
download | nextcloud-server-6d7a5e002cfcaa874e759f125060eb0373f52d28.tar.gz nextcloud-server-6d7a5e002cfcaa874e759f125060eb0373f52d28.zip |
Whitespace correction
Diffstat (limited to 'console.php')
-rw-r--r-- | console.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console.php b/console.php index 284d30ccadd..9386f544939 100644 --- a/console.php +++ b/console.php @@ -61,7 +61,7 @@ try { 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; - exit(0); + exit(0); } } |