From 910d1a52984c51b7b3bb6aaacc9e2690b2391811 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Mon, 2 Mar 2020 11:51:39 +0500 Subject: [PATCH] change time for redis question --- cyberpanel.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 726d6bc91..31fc63ea7 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -817,6 +817,12 @@ else echo -e "\nIf you are copying/pasting, please make sure you didn't paste blank space...\n" exit fi + +echo -e "\nWould you like use Redis Mass Hosting?" +echo -e "Please type Yes or No (with capital \e[31mY\e[39m, default No):" +printf "%s" +read REDIS_HOSTING + } interactive_mode() { @@ -1106,11 +1112,6 @@ if [[ $VERSION == "ENT" ]] ; then echo -e "\nplease be patient...\n\n" license_validation - echo -e "\nWould you like use Redis Mass Hosting?" - echo -e "Please type Yes or No (with capital \e[31mY\e[39m, default No):" - printf "%s" - read REDIS_HOSTING - SERIAL_NO="--ent ent --serial " fi