From 53d055676316195cf85b806c2753832503bdd919 Mon Sep 17 00:00:00 2001 From: Denny Cave Date: Fri, 6 Oct 2023 00:48:21 -0500 Subject: [PATCH] Troubleshooting --- scripts/installWP.jps | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/installWP.jps b/scripts/installWP.jps index b624b55..54675e9 100755 --- a/scripts/installWP.jps +++ b/scripts/installWP.jps @@ -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; 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; - installScripts: - cmd[cp]: |-