Whitespace correction

remotes/origin/ldap-read-range-support
Edward Crompton 9 years ago
parent 6c096ec2b4
commit 6d7a5e002c

@ -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…
Cancel
Save