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