summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-10-21 16:40:54 -0300
committerRoger Gonzalez <roger@rogs.me>2023-10-21 16:40:54 -0300
commit2331e9a47667c96ddd3a00e66e5941ae2c272eb2 (patch)
treee889ce6c93505828d9d22d4af3b3257f3a8bd51e
parent6d11cd366d71878ec6c88e6df5046ea038bdfabc (diff)
Restarting YAMS after update
-rwxr-xr-xyams3
1 files changed, 3 insertions, 0 deletions
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