From 6ea4dc19020c99a34df82d5a1d4b6117b56bed8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=96=8C?= <13731754667@163.com> Date: Mon, 6 May 2024 23:22:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../luci-app-feishuvpn/root/usr/libexec/istorec/feishuvpn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-feishuvpn/root/usr/libexec/istorec/feishuvpn.sh b/applications/luci-app-feishuvpn/root/usr/libexec/istorec/feishuvpn.sh index f9997dd0..bb3346d1 100755 --- a/applications/luci-app-feishuvpn/root/usr/libexec/istorec/feishuvpn.sh +++ b/applications/luci-app-feishuvpn/root/usr/libexec/istorec/feishuvpn.sh @@ -18,7 +18,7 @@ do_install() { docker pull ${image_name} docker rm -f feishuvpn - local cmd="docker run --restart=unless-stopped -d -h FeiShuVpnServer -v \"$config:/data/feishu/conf\" " + local cmd="docker run --restart=unless-stopped -d -h FeiShuVpnServer -v \"$config:/data/conf\" " cmd="$cmd\ --cap-add=ALL \