1
0

Update .zim/modules/passwordstore/init.zsh

This commit is contained in:
2025-10-05 16:27:05 +02:00
parent de65fead4f
commit 74dd5ba04e

View File

@@ -15,10 +15,9 @@ _passwordstore_async_pull() {
cd "$PASSWORD_STORE_DIR" || exit
# Vérifie la connectivité avant pull
if git ls-remote &>/dev/null; then
git pull --ff-only &> "$PASS_PULL_LOG"
git pull --ff-only &>> "$PASS_PULL_LOG"
fi
rm -f "$PASS_PULL_LOCK"
rm -f "$PASS_PULL_LOG"
) & disown
fi
}