Whitespace correction

This commit is contained in:
Edward Crompton 2016-01-04 15:10:25 +00:00
parent 6c096ec2b4
commit 6d7a5e002c
1 changed files with 1 additions and 1 deletions

View 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);
}
}