From 9f6fde840fc58cefe669b95f77abbf57624a5fb5 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 15 May 2025 16:21:36 +0200 Subject: [PATCH] testing --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 691369a..0f850cd 100644 --- a/misc/build.func +++ b/misc/build.func @@ -43,7 +43,7 @@ error_handler() { post_update_to_api "failed" "${command}" echo -e "\n$error_message\n" - if [[ -n "$CTD_ID" ]]; then + if [[ -n "$CT_ID" ]]; then read -p "Remove this Container? " prompt if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then pct stop "$CTID"