From 843302d12827c46451ab42d66502d26f89a177ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E4=BC=9F?= <624371359@qq.com> Date: Mon, 15 Apr 2019 13:56:54 +0800 Subject: [PATCH] =?UTF-8?q?detect=5Fwebfiles=20=E6=97=B6=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E4=BA=86unzip=E5=91=BD=E4=BB=A4=EF=BC=8C=E4=BD=86=E6=98=AF?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=99=A8=E9=BB=98=E8=AE=A4=E4=B8=8D=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit detect_webfiles 时使用了unzip命令,但是路由器默认不支持 --- apps/kodexplorer/scripts/kodexplorer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/kodexplorer/scripts/kodexplorer.sh b/apps/kodexplorer/scripts/kodexplorer.sh index 9185fca..ebc759f 100644 --- a/apps/kodexplorer/scripts/kodexplorer.sh +++ b/apps/kodexplorer/scripts/kodexplorer.sh @@ -13,7 +13,7 @@ CONF="/opt/etc/nginx/vhost/kodexplorer.conf" path=$(mbdb get ${appname}.main.path) port=$(mbdb get ${appname}.main.port) || port=81 lanip=$(uci get network.lan.ipaddr) -opkg_list="php7-cgi php7-mod-curl php7-mod-gd php7-mod-iconv php7-mod-json php7-mod-mbstring php7-mod-opcache php7-mod-session php7-mod-zip nginx spawn-fcgi zoneinfo-core zoneinfo-asia libxml2" +opkg_list="php7-cgi php7-mod-curl php7-mod-gd php7-mod-iconv php7-mod-json php7-mod-mbstring php7-mod-opcache php7-mod-session php7-mod-zip nginx spawn-fcgi zoneinfo-core zoneinfo-asia libxml2 unzip" config_php() {