Browse Source

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

Fix vst-install-rhel.sh
Serghey Rodin 10 years ago
parent
commit
71ea3c667d
1 changed files with 1 additions and 1 deletions
  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
 for pconf in $(find /etc/php* -name php.ini); do
     sed -i "s/;date.timezone =/date.timezone = $ZONE/g" $pconf
     sed -i "s/;date.timezone =/date.timezone = $ZONE/g" $pconf
     sed -i 's%_open_tag = Off%_open_tag = On%g' $pconf
     sed -i 's%_open_tag = Off%_open_tag = On%g' $pconf
-fi
+done
 
 
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#