0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

treewide: minor format / style / documentation fixes

This commit is contained in:
Alexander Ried 2016-09-08 22:19:43 +02:00
parent bc7710468d
commit 3ada966bd5
4 changed files with 5 additions and 5 deletions

View file

@ -244,7 +244,6 @@ in
chown ${serverInfo.serverConfig.user} ${config.wordpressUploads}
# we should use systemd dependencies here
#waitForUnit("network-interfaces.target");
if [ ! -d ${serverInfo.fullConfig.services.mysql.dataDir}/${config.dbName} ]; then
echo "Need to create the database '${config.dbName}' and grant permissions to user named '${config.dbUser}'."
# Wait until MySQL is up