From 2b14665c293f37423dfa095735d3c666958192d0 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 15 May 2025 15:57:46 +0200 Subject: [PATCH] build.func --- misc/build.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/build.func b/misc/build.func index 65b53ef..8222a50 100644 --- a/misc/build.func +++ b/misc/build.func @@ -1428,10 +1428,10 @@ EOF systemctl start ping-instances.service fi - read -p "Remove this script? " prompt + read -p "Remove this Container? " prompt if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then pct stop "$CTID" - pct remove "$CTID" + pct destroy "$CTID" msg_ok "Removed this script" else msg_warn "Did not remove this script"