Browse Source

fix update

tteckster 2 years ago
parent
commit
ac82a25d4c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ct/alpine-docker.sh

+ 2 - 0
ct/alpine-docker.sh

@@ -51,6 +51,7 @@ function default_settings() {
   echo_default
   echo_default
 }
 }
 
 
+function update_script() {
 while true; do
 while true; do
   CHOICE=$(
   CHOICE=$(
     whiptail --title "SUPPORT" --menu "Select option" 11 58 1 \
     whiptail --title "SUPPORT" --menu "Select option" 11 58 1 \
@@ -69,6 +70,7 @@ while true; do
     ;;
     ;;
   esac
   esac
 done
 done
+}
 
 
 start
 start
 build_container
 build_container