Update icu.sh

This commit is contained in:
midoks 2023-10-31 01:45:41 +08:00
parent f29b15dd60
commit 92283d1cfc
1 changed files with 1 additions and 1 deletions

View File

@ -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