From 1764567e1fe516aa03fb299c2e8d8204c3c227d7 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 4 Jan 2017 16:36:15 +0100 Subject: [PATCH] Make domain optional in cloudron-setup --- scripts/cloudron-setup | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 91f05de62..8c39933b6 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -65,11 +65,6 @@ done # validate arguments in the absence of data if [[ -z "${dataJson}" ]]; then - if [[ -z "${domain}" ]]; then - echo "--domain is required" - exit 1 - fi - if [[ -z "${provider}" ]]; then echo "--provider is required (generic, scaleway, ec2, digitalocean)" exit 1