From 45542eb459700c9c6ebb8d7008bcebcb56372f28 Mon Sep 17 00:00:00 2001 From: Leon Date: Mon, 16 Aug 2021 00:00:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/team.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/sh/team.sh b/Scripts/sh/team.sh index 57792b9..44c04ac 100644 --- a/Scripts/sh/team.sh +++ b/Scripts/sh/team.sh @@ -57,10 +57,10 @@ team_task(){ export JD_COOKIE=$result case $scr in *.js) - node /ql/scripts/$scr + node $scr ;; *.sh) - bash /ql/scripts/$scr + bash $scr ;; esac fi