Compare commits
No commits in common. "53d055676316195cf85b806c2753832503bdd919" and "31f9e5a0f36de1b870b589f09f688eb6f2976278" have entirely different histories.
53d0556763
...
31f9e5a0f3
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue