From b6ca99f1efaf1572b36b620ae8d9e15a5a3822aa Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 19 Nov 2023 20:50:16 +0800 Subject: [PATCH] Update libiconv.sh --- plugins/php/lib/libiconv.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/php/lib/libiconv.sh b/plugins/php/lib/libiconv.sh index eda5c34f6..7690bcd14 100644 --- a/plugins/php/lib/libiconv.sh +++ b/plugins/php/lib/libiconv.sh @@ -8,6 +8,8 @@ rootPath=$(dirname "$rootPath") rootPath=$(dirname "$rootPath") rootPath=$(dirname "$rootPath") +# cd /www/server/mdserver-web/plugins/php/lib && bash libiconv.sh + # echo $rootPath SERVER_ROOT=$rootPath/lib @@ -31,7 +33,7 @@ if [ ! -d ${SERVER_ROOT}/libiconv ];then fi if [ ! -f ${SOURCE_ROOT}/libiconv-1.15.tar.gz ];then - wget --no-check-certificate -O ${SOURCE_ROOT}/libiconv-1.15.tar.gz https:/github.com/midoks/mdserver-web/releases/download/init/libiconv-1.15.tar.gz -T 5 + wget --no-check-certificate -O ${SOURCE_ROOT}/libiconv-1.15.tar.gz https://github.com/midoks/mdserver-web/releases/download/init/libiconv-1.15.tar.gz -T 5 fi if [ ! -d ${SOURCE_ROOT}/libiconv-1.15 ];then