From d8adf4f8145420441966f9b93a0041e87c794a25 Mon Sep 17 00:00:00 2001 From: Demon_Goxa Date: Fri, 30 Oct 2015 00:03:19 +0300 Subject: [PATCH] Fix vst-install-rhel.sh --- install/vst-install-rhel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install-rhel.sh b/install/vst-install-rhel.sh index 470c45ad..5be5787c 100755 --- a/install/vst-install-rhel.sh +++ b/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 #----------------------------------------------------------#