Add nginx target to local upgarde script

This commit is contained in:
Taylor Helsper 2023-04-02 21:49:08 -05:00
parent b029a81aed
commit 2d0b310e65

View File

@ -68,6 +68,8 @@ if [ "$#" -ge 2 ]; then
systemctl restart docker_images &
elif [ "$2" = "files" ]; then
echo "Only updating files... Done."
elif [ "$2" = "nginx" ]; then
echo "Restarting nginx service..."
elif [ "$2" = "reboot" ]; then
echo "Rebooting..."
else