From 906d9a0baf21da2af6653d920e4ecab8d19acb51 Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Thu, 29 May 2025 20:54:03 +0000 Subject: [PATCH] Update test.sh --- test.sh | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/test.sh b/test.sh index 2260930..4109dc1 100644 --- a/test.sh +++ b/test.sh @@ -12,6 +12,7 @@ apt install -y apache2 mysql-server php libapache2-mod-php php-mysql curl rsync mysql_secure_installation +systemctl restart apache2 # ====== Create WordPress Database and User ====== mysql < /dev/null -else - echo "⚠️ Failed to fetch salts from WordPress API." -fi +nano /tmp/wordpress/wp-config.php # ====== Deploy WordPress ====== rsync -avP /tmp/wordpress/ /var/www/html/