Skip to content

Commit 6869460

Browse files
committed
Merge pull request hestiacp#385 from flynet70/patch-1
Update vst-install-debian.sh
2 parents e596688 + 3f9c63b commit 6869460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ if [ -z "$disable_fail2ban" ]; then
725725
chkconfig fail2ban on
726726
service fail2ban start
727727
else
728-
sed -i "s/fail2ban//" $VESTA/conf/vestac.conf
728+
sed -i "s/fail2ban//" $VESTA/conf/vesta.conf
729729
fi
730730
# php configuration
731731
sed -i "s/;date.timezone =/date.timezone = UTC/g" /etc/php5/apache2/php.ini

0 commit comments

Comments
 (0)