Fix bug with handing conditional

main
Denny Cave 2023-10-05 23:34:30 -05:00
parent eedda92895
commit 3a68e09046
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ actions:
cd /var/www/webroot/ROOT && wp core install --title="${globals.WP_TITLE}" --admin_user=${user.email} --admin_password=${globals.WP_ADMIN_PASS} --url=${globals.WP_URL} --admin_email=${user.email} --skip-email --path=/var/www/webroot/ROOT; cd /var/www/webroot/ROOT && wp core install --title="${globals.WP_TITLE}" --admin_user=${user.email} --admin_password=${globals.WP_ADMIN_PASS} --url=${globals.WP_URL} --admin_email=${user.email} --skip-email --path=/var/www/webroot/ROOT;
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 /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;
#wget ${baseUrl}../images/favicon.ico -O /var/www/webroot/ROOT/favicon.ico; #wget ${baseUrl}../images/favicon.ico -O /var/www/webroot/ROOT/favicon.ico;
- if ('${globals.CLUSTER}' == 'true'):
installScripts: installScripts:
- cmd[cp]: |- - cmd[cp]: |-