summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Antonio Ospite [Thu, 13 Dec 2018 15:34:53 +0000 (16:34 +0100)]
exit-post-hook-unlock.sh: use a trap to release the lock
Use a trap to release the lock, this way the lock would be more robustly
released when the exit hook is called, even if some commands in the exit
hook failed.
Antonio Ospite [Tue, 8 May 2018 15:46:34 +0000 (17:46 +0200)]
exit-post-hook-unlock.sh: exit gracefully if LOCKDIR does not exist
If LOCKDIR does not exist it means that the lock is not active so
there's no need to do anything.
Antonio Ospite [Mon, 7 May 2018 16:58:24 +0000 (18:58 +0200)]
Initial import