Explorar el Código

Merge pull request #385 from flynet70/patch-1

Update vst-install-debian.sh
Serghey Rodin hace 11 años
padre
commit
68694608fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install/vst-install-debian.sh

+ 1 - 1
install/vst-install-debian.sh

@@ -725,7 +725,7 @@ if [ -z "$disable_fail2ban" ]; then
     chkconfig fail2ban on
     chkconfig fail2ban on
     service fail2ban start
     service fail2ban start
 else
 else
-    sed -i "s/fail2ban//" $VESTA/conf/vestac.conf
+    sed -i "s/fail2ban//" $VESTA/conf/vesta.conf
 fi
 fi
 # php configuration
 # php configuration
 sed -i "s/;date.timezone =/date.timezone = UTC/g" /etc/php5/apache2/php.ini
 sed -i "s/;date.timezone =/date.timezone = UTC/g" /etc/php5/apache2/php.ini