fix missing if statement closing
This commit is contained in:
parent
651cbbdaf3
commit
7ef9657e54
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ if [[ ! -f $HOME/.gnupg ]]; then
|
|||
echo "No GPG key found in $HOME/.gnupg. Running gpg --generate-key."
|
||||
gpg --generate-key --batch /protonmail/gpgparams
|
||||
pass init pass-key
|
||||
|
||||
fi
|
||||
# delete lock files if they exist - this can happen if the container is restarted forcefully
|
||||
|
||||
if [[ `find $HOME -name "*.lock" | wc -l` != 0 ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue