From 906ba87cb9dcc1d839e80aa6a0a32dfff967b563 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 1 Mar 2025 14:31:04 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index f1eee5f..a649d7a 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -645,7 +645,6 @@ DOCKER_CLEANUP(){ docker volume ls -qf dangling=true | xargs -r docker volume rm >/dev/null 2>&1 docker network prune echo -e "${idsCL[Green]}Done${idsCL[Default]}" - ENTER2CONTINUE } INSTALL_WATCHTOWER() { echo @@ -1082,7 +1081,7 @@ MISC_MENU() { echo ENTER2CONTINUE MISC_MENU;; - 4) DOCKER_CLEANUP; MISC_MENU;; + 4) DOCKER_CLEANUP; ENTER2CONTINUE; MISC_MENU;; 5) echo echo -en "${idsCL[LightCyan]}Are you sure you wish to install Watchtower (Y/n)? ${idsCL[Default]}" @@ -1188,6 +1187,7 @@ if [ ${action-x} ]; then addveeamuser) ADDVEEAMUSER;; netdataremove) NETDATA_UNINSTALL;; watchtower) INSTALL_WATCHTOWER;; + docker-cleanup) DOCKER_CLEANUP;; # *) echo "Thats an invaild option,"; # exit 1;; esac