Update ecs.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 5a48646822
commit 2d4d201a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save