fix master.sh issue

This commit is contained in:
ducoterra
2018-09-12 11:10:48 -04:00
parent d7a5119a42
commit 7c8dbd9cd6

View File

@@ -82,7 +82,7 @@ server {
}\" > /etc/nginx/conf.d/mysite.conf
sed -i 's/user nginx/user centos nginx/' /etc/nginx/nginx.conf
systemctl restart nginx
systemctl status nginx\" > nginxsetup.sh
systemctl status nginx" > nginxsetup.sh
# Permissions
chmod 700 dependsetup.sh
@@ -90,7 +90,8 @@ chmod 700 pythonsetup.sh
chmod 700 djangosetup.sh
chmod 700 gunicornsetup.sh
chmod 700 nginxsetup.sh
" > master.sh
# Run install
sh dependsetup.sh
sh pythonsetup.sh
sh djangosetup.sh