File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6566,7 +6566,7 @@ _Toggle_FW_UpdateEmailNotifications_()
65666566{
65676567 local emailNotificationEnabled emailNotificationNewStateStr
65686568
6569- if [ $sendEMailNotificationsFlag = " ENABLED" ]
6569+ if [ " $sendEMailNotificationsFlag " = " ENABLED" ]
65706570 then
65716571 emailNotificationEnabled=" ENABLED"
65726572 emailNotificationNewStateStr=" ${REDct} DISABLE${NOct} "
@@ -6581,7 +6581,7 @@ _Toggle_FW_UpdateEmailNotifications_()
65816581 return 1
65826582 fi
65836583
6584- if [ $emailNotificationEnabled = " ENABLED" ];
6584+ if [ " $emailNotificationEnabled " = " ENABLED" ];
65856585 then
65866586 sendEMailNotificationsFlag=" DISABLED"
65876587 emailNotificationNewStateStr=" ${REDct} DISABLED${NOct} "
@@ -9318,14 +9318,14 @@ _ShowAdvancedOptionsMenu_()
93189318 else
93199319 printf " \n ${GRNct} em${NOct} . Toggle F/W Email Notifications"
93209320 fi
9321- if [ $sendEMailNotificationsFlag = " ENABLED" ]
9321+ if [ " $sendEMailNotificationsFlag " = " ENABLED" ]
93229322 then
93239323 printf " \n${padStr} [Currently ${GRNct} ENABLED${NOct} ]\n"
93249324 else
93259325 printf " \n${padStr} [Currently ${REDct} DISABLED${NOct} ]\n"
93269326 fi
93279327
9328- if [ $sendEMailNotificationsFlag = " ENABLED" ]
9328+ if [ " $sendEMailNotificationsFlag " = " ENABLED" ]
93299329 then
93309330 # Format Types: "HTML" or "Plain Text" #
93319331 printf " \n ${GRNct} ef${NOct} . Set Email Format Type"
You can’t perform that action at this time.
0 commit comments