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 4ca321a commit 5751d42Copy full SHA for 5751d42
bin/v-list-sys-services
@@ -262,7 +262,7 @@ fi
262
# Checking FIREWALL system
263
if [ ! -z "$FIREWALL_SYSTEM" ] && [ "$FIREWALL_SYSTEM" != 'remote' ]; then
264
state="stopped"
265
- /sbin/iptables -L hestia >/dev/null 2>&1
+ /sbin/iptables -L fail2ban-HESTIA >/dev/null 2>&1
266
if [ "$?" -eq 0 ]; then
267
state="running"
268
fi
0 commit comments