]> source.dussan.org Git - nextcloud-server.git/commitdiff
Whitespace correction
authorEdward Crompton <edward.crompton@gmail.com>
Mon, 4 Jan 2016 15:10:25 +0000 (15:10 +0000)
committerEdward Crompton <edward.crompton@gmail.com>
Mon, 4 Jan 2016 15:10:25 +0000 (15:10 +0000)
console.php

index 284d30ccadde46be0de665f2e41c26bfed336e62..9386f544939d99fcc5d7b7830fd1d92a3321f922 100644 (file)
@@ -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);
                }
        }