Update updated_install2.sh
This commit is contained in:
parent
e157d3637f
commit
2bcf5756c7
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# ====== CONFIGURATION ======
|
# ====== CONFIGURATION ======
|
||||||
DB_PASSWORD="changeme123" # <- Set your database password here
|
DB_PASSWORD="Change-me123@!" # <- Set your database password here
|
||||||
|
|
||||||
rsync -avP /tmp/wordpress/ /var/www/html/
|
rsync -avP /tmp/wordpress/ /var/www/html/
|
||||||
chown -R www-data:www-data /var/www/html/
|
chown -R www-data:www-data /var/www/html/
|
||||||
|
|
Loading…
Reference in New Issue