Skip to content

Commit 6338361

Browse files
author
Demon_Goxa
committed
Fix vst-install-ubuntu.sh
1 parent b560c99 commit 6338361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ fi
849849
for pconf in $(find /etc/php* -name php.ini); do
850850
sed -i "s/;date.timezone =/date.timezone = $ZONE/g" $pconf
851851
sed -i 's%_open_tag = Off%_open_tag = On%g' $pconf
852-
fi
852+
done
853853

854854

855855
#----------------------------------------------------------#

0 commit comments

Comments
 (0)