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 0e272ac commit 9a714c9Copy full SHA for 9a714c9
install/upgrade/versions/latest.sh
@@ -94,7 +94,7 @@ done
94
95
# Remove redundant fail2ban jail
96
if fail2ban-client status sshd > /dev/null 2>&1 ; then
97
- fail2ban-client stop sshd
+ fail2ban-client stop sshd >/dev/null 2>&1
98
if [ -f /etc/fail2ban/jail.d/defaults-debian.conf ]; then
99
mkdir -p $HESTIA_BACKUP/conf/fail2ban/jail.d
100
mv /etc/fail2ban/jail.d/defaults-debian.conf $HESTIA_BACKUP/conf/fail2ban/jail.d/
0 commit comments