Skip to content

Commit 14d8003

Browse files
committed
Merge pull request hestiacp#470 from demon-goxa/patch-3
Fix vst-install-ubuntu.sh
2 parents b560c99 + 6338361 commit 14d8003

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)