1
0

Update .zim/modules/passwordstore/init.zsh

This commit is contained in:
2025-10-09 10:08:14 +02:00
parent 029a68eb4c
commit ab60824b0c

View File

@@ -15,7 +15,7 @@ _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_$(date +%Y%m%dTHMS).log"
git pull --ff-only &> "$PASS_PULL_LOG_$(date +%Y%m%d:%H%M%S).log"
fi
rm -f "$PASS_PULL_LOCK"
) & disown