From 6f5e7040da9227dde4831a40635820c71409aa90 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:51:17 +0200 Subject: [PATCH] Update debian.sh --- ct/debian.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ct/debian.sh b/ct/debian.sh index a3ea67cc..00dfc558 100644 --- a/ct/debian.sh +++ b/ct/debian.sh @@ -42,12 +42,3 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" - -read -p "Remove this Container? " prompt -if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then - pct stop "$CTID" - pct destroy "$CTID" - msg_ok "Removed this script" -else - msg_warn "Did not remove this script" -fi