diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 9cb9fa9..c8c5847 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -1298,6 +1298,10 @@ if [ ${action-x} ]; then docker-cleanup) DOCKER_CLEANUP;; syncthing-update) SYNCTHING_APT_UPDATE;; mailclear) POSTFIX_CLEARQUEUE;; + temp) + docker stop $(docker ps -a | grep 'watchtower' | awk '{print $1}') + docker rm $(docker ps -a | grep 'watchtower' | awk '{print $1}') + ;; # *) echo "Thats an invaild option,"; # exit 1;; esac