Ver código fonte

Update wireguard-v4.sh

tteckster 2 anos atrás
pai
commit
bd0ab64b87
1 arquivos alterados com 4 adições e 3 exclusões
  1. 4 3
      ct/wireguard-v4.sh

+ 4 - 3
ct/wireguard-v4.sh

@@ -212,9 +212,10 @@ fi
 if (whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno "Ready to create ${APP} LXC?" 10 58); then
 if (whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno "Ready to create ${APP} LXC?" 10 58); then
     echo -e "${RD}Creating a ${APP} LXC using the above advanced settings${CL}"
     echo -e "${RD}Creating a ${APP} LXC using the above advanced settings${CL}"
 else
 else
-    clear
-    echo "Going Back to Advanced Settings"
-    advanced_settings
+  clear
+  header_info
+  echo -e "${RD}Using Advanced Settings${CL}"
+  advanced_settings
 fi
 fi
 }
 }
 function start_script() {
 function start_script() {