pass: Fix init script
This commit is contained in:
3
user.yml
3
user.yml
@@ -578,6 +578,9 @@
|
|||||||
content: |
|
content: |
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -o nounset
|
||||||
|
set -o errexit
|
||||||
|
|
||||||
if [[ ! -e ~/.password-store ]] ; then
|
if [[ ! -e ~/.password-store ]] ; then
|
||||||
printf '%s\n' 'This is the first time running pass, initializting repository ...'
|
printf '%s\n' 'This is the first time running pass, initializting repository ...'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user