Ver Fonte

Merge pull request #469 from demon-goxa/patch-2

Fix vst-install-rhel.sh
Serghey Rodin há 10 anos atrás
pai
commit
71ea3c667d
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 
 
 #----------------------------------------------------------#