|
|
@ -305,7 +305,6 @@ function advanced_settings() {
|
|
|
|
if (whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58); then
|
|
|
|
if (whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58); then
|
|
|
|
echo -e "${DGN}Enable Verbose Mode: ${BGN}Yes${CL}"
|
|
|
|
echo -e "${DGN}Enable Verbose Mode: ${BGN}Yes${CL}"
|
|
|
|
VERB="yes"
|
|
|
|
VERB="yes"
|
|
|
|
VERB2=""
|
|
|
|
|
|
|
|
else
|
|
|
|
else
|
|
|
|
echo -e "${DGN}Enable Verbose Mode: ${BGN}No${CL}"
|
|
|
|
echo -e "${DGN}Enable Verbose Mode: ${BGN}No${CL}"
|
|
|
|
VERB="no"
|
|
|
|
VERB="no"
|
|
|
|