We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e596688 commit 3f9c63bCopy full SHA for 3f9c63b
1 file changed
install/vst-install-debian.sh
@@ -725,7 +725,7 @@ if [ -z "$disable_fail2ban" ]; then
725
chkconfig fail2ban on
726
service fail2ban start
727
else
728
- sed -i "s/fail2ban//" $VESTA/conf/vestac.conf
+ sed -i "s/fail2ban//" $VESTA/conf/vesta.conf
729
fi
730
# php configuration
731
sed -i "s/;date.timezone =/date.timezone = UTC/g" /etc/php5/apache2/php.ini
0 commit comments