added some text

This commit is contained in:
Tobias Müller 2025-01-15 12:41:10 +01:00
parent 7b1d90ed7e
commit e94a086ead

View File

@ -27,7 +27,7 @@ master_public_keyfile="/root/.config/proxmox-backup/master-public.pem"
expect="/usr/bin/expect"
if [ "$UNENCRYPTED" = "1" ]; then
echo "Encryption not activated not gonna create any Keys."
echo "Encryption set to false not gonna create any Keys."
else
# Check if client encryption keyfile exists and do stuff.
if [ -f "$client_encryption_keyfile" ]; then