Make encryption key optional

This commit is contained in:
Girish Ramakrishnan
2016-12-19 12:33:52 -08:00
parent 22ae39323b
commit d672b1e3f6

View File

@@ -61,11 +61,6 @@ elif [[ \
exit 1
fi
if [[ -z "${encryptionKey}" ]]; then
echo "--encryption-key for backup encryption is required"
exit 1
fi
if [[ -z "${dnsProvider}" ]]; then
echo "--dns-provider is required (noop, manual)"
exit 1