diff --git a/defaults.inc b/defaults.inc index 8806ab8..bf3e270 100755 --- a/defaults.inc +++ b/defaults.inc @@ -2,7 +2,7 @@ action="$1" FOLDER='/opt/idssys/linupx' -VERS='6.60.32-03012025' +VERS='6.60.33-03202025' IPERFVER="3.15" diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 70cc1d3..100f55a 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -171,7 +171,7 @@ PIPUPGRADEFIX(){ DOCKER_UPDATE(){ - docker run --rm --cleanup --debug -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once + docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once --cleanup --debug echo echo -e "${idsCL[Green]}Docker Updates have completed${idsCL[Default]}"