Update .zim/modules/passwordstore/init.zsh
This commit is contained in:
@@ -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"
|
||||
git pull --ff-only &> /dev/null #"$PASS_PULL_LOG"
|
||||
fi
|
||||
rm -f "$PASS_PULL_LOCK"
|
||||
) & disown
|
||||
|
||||
Reference in New Issue
Block a user