mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-10 23:41:22 +00:00
Compare commits
3 Commits
f5394120e1
...
0b7f7161b0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b7f7161b0 | ||
|
|
02a342cbd1 | ||
|
|
1fbade025a |
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
meta_v=v1.19.17
|
||||
singboxr_v=1.13.0-alpha.27
|
||||
versionsh=1.9.4rc7.1
|
||||
versionsh=1.9.4release
|
||||
GeoIP_v=20251205
|
||||
|
||||
@@ -11,7 +11,7 @@ if [ -f "$PIDFILE" ]; then
|
||||
if [ -n "$PID" ] && [ "$PID" -eq "$PID" ] 2>/dev/null; then
|
||||
if kill -0 "$PID" 2>/dev/null || [ -d "/proc/$PID" ]; then
|
||||
rm -d "$LOCKDIR" 2>/dev/null
|
||||
return 0
|
||||
exit 0
|
||||
fi
|
||||
else
|
||||
rm -f "$PIDFILE"
|
||||
|
||||
Reference in New Issue
Block a user