From 2d4d201a2d0657ebce6230e6cb57227bb4fc3ae2 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sun, 12 Jun 2022 00:14:42 +0800 Subject: [PATCH] Update ecs.sh --- ecs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs.sh b/ecs.sh index e20d35c..576f6f3 100644 --- a/ecs.sh +++ b/ecs.sh @@ -1614,7 +1614,7 @@ print_end_time() { echo " 时间 : $date_time" } -check_return{ +check_return() { [[ ! -e return.sh ]] && curl -qO https://raw.githubusercontent.com/spiritLHLS/ecs/main/return.sh chmod +x return.sh >/dev/null 2>&1