Delete updated_install2.sh

This commit is contained in:
RomanNum3ral 2025-05-29 22:02:09 +00:00
parent 37b94d1122
commit b9b40e3470
1 changed files with 0 additions and 9 deletions

View File

@ -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