From 92283d1cfc34f05caa3cd85eacc1c11e77295aca Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 31 Oct 2023 01:45:41 +0800 Subject: [PATCH] Update icu.sh --- plugins/php/lib/icu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/lib/icu.sh b/plugins/php/lib/icu.sh index b301ef298..02af99ce1 100644 --- a/plugins/php/lib/icu.sh +++ b/plugins/php/lib/icu.sh @@ -36,7 +36,7 @@ if [ ! -d ${SERVER_ROOT}/icu ];then echo "/www/server/lib/icu/lib" > /etc/ld.so.conf.d/mw-icu.conf elif [[ -f /etc/ld.so.conf ]]; then echo "/www/server/lib/icu/lib" >> /etc/ld.so.conf - if + fi ldconfig fi