1
0
mirror of https://github.com/5im-0n/sshenc.sh.git synced 2025-08-02 11:20:05 +02:00
This commit is contained in:
s2
2017-10-27 16:42:30 +02:00
parent 36d21c89c8
commit 9bc5ef06cc

View File

@@ -99,7 +99,7 @@ elif [[ -e "$private_key" ]]; then
done
if [ $decrypted = false ]; then
>&2 echo "no valid decription key supplied"
>&2 echo "no valid decryption key supplied"
exit 1
fi