diff --git a/tera/run.sh b/tera/run.sh index c7793da..9648c8e 100644 --- a/tera/run.sh +++ b/tera/run.sh @@ -43,7 +43,7 @@ if [[ ! -f "OneKeyTera.sh" || ! -f ".lock" || $(cat .lock) -lt $(($(date +%s) - info "更新脚本..." curl -o OneKeyTera.sh https://git.yumc.pw/cloud/script/raw/master/tera/run.sh echo $(date +%s) > .lock - nohup bash OneKeyTera.sh & + bash OneKeyTera.sh exit 0 fi