1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-23 17:38:32 +02:00

remove old lock files so that upgrades don't get stuck

This commit is contained in:
bretello 2020-02-27 18:34:50 +01:00
parent 80c4ec608f
commit 39c0a11b62

View File

@ -44,6 +44,9 @@ fi
# Cancel upgrade if git is unavailable on the system # Cancel upgrade if git is unavailable on the system
whence git >/dev/null || return 0 whence git >/dev/null || return 0
# Clean up old lock files
find $DOTFILES/update.lock -mmin 60 -exec rm {} \; &>/dev/null
if mkdir "$DOTFILES/update.lock" 2>/dev/null; then if mkdir "$DOTFILES/update.lock" 2>/dev/null; then
if [ -f ~/.dotfiles-update ]; then if [ -f ~/.dotfiles-update ]; then
. ~/.dotfiles-update . ~/.dotfiles-update