From 6338361ba0a05f5c97959a103c3b3fa8cbc34b5c Mon Sep 17 00:00:00 2001 From: Demon_Goxa Date: Fri, 30 Oct 2015 00:03:49 +0300 Subject: [PATCH] Fix vst-install-ubuntu.sh --- install/vst-install-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index 6847da62..ef64440c 100755 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -849,7 +849,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 #----------------------------------------------------------#