From b5be84637b40cbf70bc232e7975c94e87b8d1ce2 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 29 Jul 2021 22:32:57 +0200 Subject: [PATCH] activate the remove option --- menu/desec_menu.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/menu/desec_menu.sh b/menu/desec_menu.sh index 9da0500f..5b2613e2 100644 --- a/menu/desec_menu.sh +++ b/menu/desec_menu.sh @@ -21,7 +21,7 @@ choice=$(whiptail --title "$TITLE" --menu \ $MENU_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \ "Install deSEC" "(Setup deSEC fully automated: yourdomain.dedyn.io)" \ "deSEC Subdomain" "(Add another subdomain to an existing account)" \ -"Remove deSEC" "(Remove your deSEC account - not yet active)" 3>&1 1>&2 2>&3) +"Remove deSEC" "(Remove your deSEC account" 3>&1 1>&2 2>&3) case "$choice" in "Install deSEC") @@ -33,9 +33,8 @@ case "$choice" in run_script ADDONS desec_subdomain ;; "Remove deSEC") - #print_text_in_color "$ICyan" "Downloading the remove deSEC script..." - #run_script ADDONS remove_desec - msg_box "This option is not yet active. Please try again another day." + print_text_in_color "$ICyan" "Downloading the remove deSEC script..." + run_script ADDONS remove_desec ;; *) ;;