Remove double spinlock
This commit is contained in:
parent
1567a6328f
commit
fbe7336480
|
@ -295,7 +295,6 @@ function _getdot {
|
|||
echo "An alias for scpace has not been defined on this device!"
|
||||
return 1
|
||||
fi
|
||||
dot-lock-wait
|
||||
cd "$DOT_DIR" || return 1
|
||||
git pull && ./copy.sh | tee -a "$SYNC_LOCK_FILE"
|
||||
|
||||
|
|
Loading…
Reference in New Issue