Remembered what the default user:group should be

This commit is contained in:
WilliamMiceli
2019-10-19 00:10:03 -04:00
parent 0dfad8cfbd
commit 5dffad69a0

View File

@@ -1,7 +1,10 @@
#!/bin/sh
#echo "[ INFO ] Recursively setting default nginx:nginx permissions on web directory"
#chown -R nginx:nginx /var/www
echo "[ INFO ] Recursively setting www-data:www-data permissions on root web directory"
chown -R www-data:www-data /var/www
echo "[ INFO ] Starting MySQL Server"
service mysql start
echo "[ INFO ] Starting nginx"
nginx -g "daemon off;" # Foreground