Przeglądaj źródła

Fix vst-install-rhel.sh

Demon_Goxa 10 lat temu
rodzic
commit
d8adf4f814
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      install/vst-install-rhel.sh

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

@@ -895,7 +895,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
 
 
 #----------------------------------------------------------#