ソースを参照

Fix vst-install-debian.sh

Demon_Goxa 10 年 前
コミット
0db0f4b9da
1 ファイル変更1 行追加1 行削除
  1. 1 1
      install/vst-install-debian.sh

+ 1 - 1
install/vst-install-debian.sh

@@ -857,7 +857,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
 
 
 #----------------------------------------------------------#