From a838b4c5210bdd7024f0efca8586138892e9d61b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 5 Dec 2017 15:56:47 +0530 Subject: [PATCH] cloudron-setup: keep pre-1.9 compat for configs --- scripts/cloudron-setup | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 <