3 Commits

Author SHA1 Message Date
juewuy
0b7f7161b0 ~1.9.4release 2026-02-15 19:19:19 +08:00
juewuy
02a342cbd1 Merge branch 'master' of https://github.com/juewuy/ShellCrash into master
# Conflicts:
#	scripts/starts/start_legacy_wd.sh
2026-02-14 21:15:43 +08:00
juewuy
1fbade025a ~优化保守模式守护进程 2026-02-14 21:14:13 +08:00
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -1,4 +1,4 @@
meta_v=v1.19.17 meta_v=v1.19.17
singboxr_v=1.13.0-alpha.27 singboxr_v=1.13.0-alpha.27
versionsh=1.9.4rc7.1 versionsh=1.9.4release
GeoIP_v=20251205 GeoIP_v=20251205

View File

@@ -11,7 +11,7 @@ if [ -f "$PIDFILE" ]; then
if [ -n "$PID" ] && [ "$PID" -eq "$PID" ] 2>/dev/null; then if [ -n "$PID" ] && [ "$PID" -eq "$PID" ] 2>/dev/null; then
if kill -0 "$PID" 2>/dev/null || [ -d "/proc/$PID" ]; then if kill -0 "$PID" 2>/dev/null || [ -d "/proc/$PID" ]; then
rm -d "$LOCKDIR" 2>/dev/null rm -d "$LOCKDIR" 2>/dev/null
return 0 exit 0
fi fi
else else
rm -f "$PIDFILE" rm -f "$PIDFILE"

View File

@@ -1 +1 @@
1.9.4rc7.1 1.9.4release