Changed ordering

This commit is contained in:
William Miceli
2019-03-30 21:06:17 -04:00
parent a7c7ca1726
commit a142eb3049

View File

@@ -1,7 +1,7 @@
#!/bin/sh
echo "[ INFO ] Starting nginx"
nginx -g "daemon off;"
echo "[ INFO ] Starting PHP-FPM"
service php7.0-fpm start
service php7.0-fpm start
echo "[ INFO ] Starting nginx"
nginx -g "daemon off;"