File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ is_system_enabled "$FIREWALL_SYSTEM" 'FIREWALL_SYSTEM'
2727is_object_valid ' ../../data/firewall/rules' ' RULE' " $rule "
2828is_object_unsuspended ' ../../data/firewall/rules' ' RULE' " $rule "
2929
30+ # Perform verification if read-only mode is enabled
31+ check_hestia_demo_mode
3032
3133# ----------------------------------------------------------#
3234# Action #
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ is_system_enabled "$FIREWALL_SYSTEM" 'FIREWALL_SYSTEM'
2727is_object_valid ' ../../data/firewall/rules' ' RULE' " $rule "
2828is_object_suspended ' ../../data/firewall/rules' ' RULE' " $rule "
2929
30+ # Perform verification if read-only mode is enabled
31+ check_hestia_demo_mode
3032
3133# ----------------------------------------------------------#
3234# Action #
You can’t perform that action at this time.
0 commit comments