mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Add nginx target to local upgarde script
This commit is contained in:
parent
b029a81aed
commit
2d0b310e65
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user