From ac82a25d4c4951283b5027f5c87abd88a15bab99 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 23 Mar 2023 10:19:26 -0400 Subject: [PATCH] fix update --- ct/alpine-docker.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/alpine-docker.sh b/ct/alpine-docker.sh index 21bd2144..8545582a 100644 --- a/ct/alpine-docker.sh +++ b/ct/alpine-docker.sh @@ -51,6 +51,7 @@ function default_settings() { echo_default } +function update_script() { while true; do CHOICE=$( whiptail --title "SUPPORT" --menu "Select option" 11 58 1 \ @@ -69,6 +70,7 @@ while true; do ;; esac done +} start build_container