Преглед изворни кода

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

Fix vst-install-rhel.sh
Serghey Rodin пре 10 година
родитељ
комит
71ea3c667d
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 
 
 #----------------------------------------------------------#