diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 0af08318b..aac6b3306 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -58,7 +58,7 @@ elif [[ \ fi if [[ -z "${encryptionKey}" ]]; then - echo "--encryption-key is required" + echo "--encryption-key for backup encryption is required" exit 1 fi