From 0b237bd9bca65a2086ad81ac39c837e331c7b5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 13 Apr 2024 17:05:55 +0200 Subject: [PATCH] pass: Fix init script --- user.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user.yml b/user.yml index 894f7f8..afc28b6 100644 --- a/user.yml +++ b/user.yml @@ -578,6 +578,9 @@ content: | #!/usr/bin/env bash + set -o nounset + set -o errexit + if [[ ! -e ~/.password-store ]] ; then printf '%s\n' 'This is the first time running pass, initializting repository ...'