diff --git a/ShellCrash.tar.gz b/ShellCrash.tar.gz index 953d4c02..6b6af0a0 100644 Binary files a/ShellCrash.tar.gz and b/ShellCrash.tar.gz differ diff --git a/bin/version b/bin/version index a276b86a..45c791a5 100644 --- a/bin/version +++ b/bin/version @@ -1,4 +1,4 @@ meta_v=v1.19.17 singboxr_v=1.13.0-alpha.27 -versionsh=1.9.4rc4 +versionsh=1.9.4rc4.1 GeoIP_v=20251205 diff --git a/scripts/starts/afstart.sh b/scripts/starts/afstart.sh index 6a493e63..0d979840 100644 --- a/scripts/starts/afstart.sh +++ b/scripts/starts/afstart.sh @@ -37,8 +37,9 @@ if [ -n "$test" -o -n "$(pidof CrashCore)" ]; then #加载定时任务 [ -s "$CRASHDIR"/task/cron ] && cronadd "$CRASHDIR"/task/cron [ -s "$CRASHDIR"/task/running ] && { - cronset '运行时每' - cronadd "$CRASHDIR"/task/running + cronload | grep -v '^$' | grep -vF "运行时每" >/tmp/cron_tmp + cat "$CRASHDIR"/task/running >> /tmp/cron_tmp + cronadd /tmp/cron_tmp } [ "$start_old" = "ON" ] && cronset '保守模式守护进程' "* * * * * /bin/sh $CRASHDIR/starts/start_legacy_wd.sh shellcrash #ShellCrash保守模式守护进程" #加载条件任务 diff --git a/version b/version index f7047254..bfad6d2d 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.9.4rc4 +1.9.4rc4.1