Update linupx-scripts.sh

This commit is contained in:
2025-02-08 10:17:14 -06:00
parent 7ac48b2f57
commit 86bf1351df

View File

@@ -681,7 +681,8 @@ INSTALL_WATCHTOWER() {
echo -e "\n${idsCL[Green]}Watchtower has been installed${idsCL[Default]}\n"
until [ "$(docker inspect -f {{.State.Health.Status}} watchtower)"=="healthy" ]; do
sleep 0.1;
done;
done
sleep 1s
docker logs watchtower
echo
;;