Compare commits

..

2 Commits

Author SHA1 Message Date
Denny Cave 53d0556763 Troubleshooting 2023-10-06 00:48:21 -05:00
Denny Cave 87fda13ae3 Troubelshooting 2023-10-06 00:47:52 -05:00
1 changed files with 5 additions and 6 deletions

View File

@ -50,7 +50,6 @@ 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;