From a3fd6c113a23abec4d0deb5ebddfd245dececa7b Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 15 Aug 2021 23:59:10 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/team.sh b/Scripts/sh/team.sh index d9f0948..57792b9 100644 --- a/Scripts/sh/team.sh +++ b/Scripts/sh/team.sh @@ -25,7 +25,7 @@ team_task(){ local user_sum=${#array[*]} local a b i j t sum [[ $q -ge $(($user_sum/p)) ]] && q=$(($user_sum/p)) - if [[ -f /ql/scripts/$scr ]]; then + if [[ -f $scr ]]; then for ((m = 0; m < $user_sum; m++)); do j=$((m + 1)) x=$((m/q))