fix update

This commit is contained in:
tteckster 2023-03-23 10:19:26 -04:00 committed by GitHub
parent 3d6e1a2770
commit ac82a25d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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