From aa0bb8b9bbd506a07c2566d22a2ae9bddf7085b2 Mon Sep 17 00:00:00 2001 From: monlor Date: Thu, 20 Jun 2024 12:29:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=A4=B8=E5=85=8B=E7=BD=91=E7=9B=98=E6=9B=B4=E6=96=B0cookie?= =?UTF-8?q?=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a82f5ff..d5ced50 100644 --- a/install.sh +++ b/install.sh @@ -172,7 +172,7 @@ fi echo echo "登陆夸克网盘,浏览器F12,点击network,随便点一个请求,找到里面的Cookie值" read -rp "请输入夸克网盘Cookie值(默认为$quark_cookie): " res -quark_cookie=${res:=quark_cookie} +quark_cookie=${res:=$quark_cookie} # 选择部署服务类型,alist + emby (默认), alist, alist + jellyfin, alist + emby + jellyfin echo