We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e20a5 commit 8730515Copy full SHA for 8730515
bin/v-stop-firewall
@@ -25,6 +25,9 @@ source $HESTIA/conf/hestia.conf
25
26
#is_system_enabled "$FIREWALL_SYSTEM" 'FIREWALL_SYSTEM'
27
28
+# Perform verification if read-only mode is enabled
29
+check_hestia_demo_mode
30
+
31
32
#----------------------------------------------------------#
33
# Action #
bin/v-stop-service
@@ -22,6 +22,9 @@ source $HESTIA/func/main.sh
22
23
check_args '1' "$#" 'SERVICE'
24
0 commit comments