This commit is contained in:
Yawasau
2024-01-01 11:44:17 +08:00
parent 5c7a87b049
commit d0e237cad6
7 changed files with 122 additions and 75 deletions

View File

@@ -1,5 +1,6 @@
if [ -f "${0%/*}/tools/tools.sh" ]; then
MODDIR="${0%/*}"
operate="kill_script"
[[ $(find "$MODDIR" -maxdepth 1 -name "*.zip" -type f 2>/dev/null) ]] && echo "警告!此腳本不能拿來更新腳本" && exit 2
. "$MODDIR/tools/tools.sh"
echoRgb "等待腳本停止中,請稍後....."