Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a084019e2 | ||
|
|
7f22bb550a | ||
|
|
0b7f7161b0 |
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
|
||||
|
||||
@@ -10,7 +10,7 @@ if [ -f "$PIDFILE" ]; then
|
||||
PID="$(cat "$PIDFILE")"
|
||||
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
|
||||
rm -fr "$LOCKDIR" 2>/dev/null
|
||||
exit 0
|
||||
fi
|
||||
else
|
||||
@@ -27,4 +27,4 @@ else
|
||||
start_legacy "$CRASHDIR/menus/bot_tg.sh" "$1"
|
||||
fi
|
||||
|
||||
rm -d "$LOCKDIR" 2>/dev/null
|
||||
rm -fr "$LOCKDIR" 2>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user