why the Fuck did I put sleep 1
This commit is contained in:
@@ -7,7 +7,6 @@ if [ -f "$LOCKFILE" ]; then
|
||||
old_pid=$(cat "$LOCKFILE")
|
||||
if ps -p "$old_pid" > /dev/null 2>&1; then
|
||||
kill "$old_pid"
|
||||
sleep 1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user