Compare commits

..

No commits in common. "53d055676316195cf85b806c2753832503bdd919" and "31f9e5a0f36de1b870b589f09f688eb6f2976278" have entirely different histories.

1 changed files with 6 additions and 5 deletions

View File

@ -50,6 +50,7 @@ actions:
mv /var/www/webroot/ROOT/wp-config.php /tmp; sed -i "s/${nodes.sqldb.master.intIP}/${globals.DB_HOST}/g" /tmp/wp-config.php; mv /var/www/webroot/ROOT/wp-config.php /tmp; sed -i "s/${nodes.sqldb.master.intIP}/${globals.DB_HOST}/g" /tmp/wp-config.php;
mv /tmp/wp-config.php /var/www/webroot/ROOT; mv /tmp/wp-config.php /var/www/webroot/ROOT;
installScripts: installScripts:
- cmd[cp]: |- - cmd[cp]: |-
[ ! -d $HOME/bin ] && mkdir $HOME/bin; [ ! -d $HOME/bin ] && mkdir $HOME/bin;