Update linupx-scripts.sh

This commit is contained in:
2025-02-08 10:17:50 -06:00
parent 86bf1351df
commit fbd7e371bf

View File

@@ -682,7 +682,7 @@ INSTALL_WATCHTOWER() {
until [ "$(docker inspect -f {{.State.Health.Status}} watchtower)"=="healthy" ]; do
sleep 0.1;
done
sleep 1s
sleep 0.5s
docker logs watchtower
echo
;;