summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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