mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Add upgrade docker_images target
This commit is contained in:
parent
519e8c2839
commit
6483233a51
|
@ -63,6 +63,9 @@ if [ "$#" -ge 2 ]; then
|
|||
elif [ "$2" = "mempool" ]; then
|
||||
echo "Restarting mempool service..."
|
||||
systemctl restart mempool &
|
||||
elif [ "$2" = "docker_images" ]; then
|
||||
echo "Restarting docker_images..."
|
||||
systemctl restart docker_images &
|
||||
elif [ "$2" = "files" ]; then
|
||||
echo "Only updating files... Done."
|
||||
elif [ "$2" = "reboot" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user