Explorar el Código

Fix vst-install-debian.sh

Demon_Goxa hace 10 años
padre
commit
0db0f4b9da
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

@@ -857,7 +857,7 @@ fi
 for pconf in $(find /etc/php* -name php.ini); do
     sed -i "s/;date.timezone =/date.timezone = $ZONE/g" $pconf
     sed -i 's%_open_tag = Off%_open_tag = On%g' $pconf
-fi
+done
 
 
 #----------------------------------------------------------#