Skip to content

Commit

Permalink
changed: Remove jobs-file in jobs_process_terminate_check(), just in …
Browse files Browse the repository at this point in the history
…case
  • Loading branch information
arnova committed Feb 13, 2019
1 parent c068c2b commit b6c7d7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/arno-iptables-firewall
Original file line number Diff line number Diff line change
Expand Up @@ -5042,6 +5042,9 @@ jobs_process_terminate_check()
return 1
fi

# Remove possible leftover jobs file (unlikely)
rm -f "$JOBS_FILE"

return 0
}

Expand Down

0 comments on commit b6c7d7c

Please sign in to comment.