From b9b40e34703b5c635277bae6594d6b1556426f3b Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Thu, 29 May 2025 22:02:09 +0000 Subject: [PATCH] Delete updated_install2.sh --- updated_install2.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 updated_install2.sh diff --git a/updated_install2.sh b/updated_install2.sh deleted file mode 100644 index 380ed64..0000000 --- a/updated_install2.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -# ====== CONFIGURATION ====== -DB_PASSWORD="Change-me123@!" # <- Set your database password here - -rsync -avP /tmp/wordpress/ /var/www/html/ -chown -R www-data:www-data /var/www/html/ -chmod -R 755 /var/www/html/ -rm /var/www/html/index.html \ No newline at end of file