Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Crompton <edward.crompton@gmail.com>2016-01-04 18:10:25 +0300
committerEdward Crompton <edward.crompton@gmail.com>2016-01-04 18:10:25 +0300
commit6d7a5e002cfcaa874e759f125060eb0373f52d28 (patch)
tree32b643ea299b070a2afcb3cf1c25ae9c6e02ae3f /console.php
parent6c096ec2b4a99b1c0a909a4df960c885e4fedfe5 (diff)
Whitespace correction
Diffstat (limited to 'console.php')
-rw-r--r--console.php2
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);
}
}