Whitespace correction
This commit is contained in:
parent
6c096ec2b4
commit
6d7a5e002c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue