a
This commit is contained in:
parent
50ee05ea5c
commit
96786bcfa4
@ -235,7 +235,7 @@ nginx-conf
|
|||||||
ln -s ${siteFile} /etc/nginx/sites-enabled/
|
ln -s ${siteFile} /etc/nginx/sites-enabled/
|
||||||
nginx -t
|
nginx -t
|
||||||
read -p "Would you like to reload nginx to take new changes?: [y/n]" yy
|
read -p "Would you like to reload nginx to take new changes?: [y/n]" yy
|
||||||
if [ $yy == "y" ]; then
|
if [ ${yy} == "y" ]; then
|
||||||
echo "reloading nginx"
|
echo "reloading nginx"
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user