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:
parent
bc7710468d
commit
3ada966bd5
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue