From 2331e9a47667c96ddd3a00e66e5941ae2c272eb2 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 21 Oct 2023 16:40:54 -0300 Subject: Restarting YAMS after update --- yams | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yams b/yams index 8fc0417..15bc4ad 100755 --- a/yams +++ b/yams @@ -107,4 +107,7 @@ if [ "$option" == "update" ]; then sed -i -e "s;- 8080:8080 # qbittorrent;#- 8080:8080 # qbittorrent;g" "$filename" sed -i -e "s;#- 8080:8080/tcp # gluetun;- 8080:8080/tcp # gluetun;g" "$filename" fi + + $dc up -d + echo "YAMS was updated and it is starting. Wait 1 min until all the services are up and running..." fi -- cgit v1.2.3