pass: Fix init script

This commit is contained in:
2024-04-13 17:05:55 +02:00
parent d53a3ab0c0
commit 0b237bd9bc

View File

@@ -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 ...'