why the Fuck did I put sleep 1
This commit is contained in:
parent
98b681a922
commit
b35292cb7d
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user