Loading get-unseal-key.sh +3 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ read ANSWER if [ ! "$ANSWER" = "Y" ]; then \ echo "Exiting." && exit 1 elif ! gpg --list-secret-keys $USER ; then echo "Private key for $USER doesn't exist on this compauter." && exit 1 echo "Private key for $USER doesn't exist on this computer." && exit 1 fi TMPDIR=$(mktemp -d /tmp/vault-unseal.XXXX) Loading @@ -31,4 +31,6 @@ do echo "" done rm -rf $TMPDIR popd > /dev/null Loading
get-unseal-key.sh +3 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ read ANSWER if [ ! "$ANSWER" = "Y" ]; then \ echo "Exiting." && exit 1 elif ! gpg --list-secret-keys $USER ; then echo "Private key for $USER doesn't exist on this compauter." && exit 1 echo "Private key for $USER doesn't exist on this computer." && exit 1 fi TMPDIR=$(mktemp -d /tmp/vault-unseal.XXXX) Loading @@ -31,4 +31,6 @@ do echo "" done rm -rf $TMPDIR popd > /dev/null