diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 40f1c1692..b4711d286 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -186,6 +186,8 @@ if [[ "${sourceTarballUrl}" == "" ]]; then fi # Build data +# tlsConfig, dnsConfig, backupConfig are here for backward compat with < 1.9 +# from 1.9, we use autoprovision.json if [[ -z "${dataJson}" ]]; then if [[ -z "${restoreUrl}" ]]; then data=$(cat <