diff --git a/updated_install2.sh b/updated_install2.sh index 4635066..a82bd14 100644 --- a/updated_install2.sh +++ b/updated_install2.sh @@ -6,4 +6,4 @@ DB_PASSWORD="changeme123" # <- 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 index.html \ No newline at end of file +rm /var/www/html/index.html \ No newline at end of file