From 39e827be04ea13d6f16d0cc95ae25e268a21864f Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 28 Mar 2017 10:38:00 +0200 Subject: [PATCH] Add rosehosting to the help output if no provider is specified --- scripts/cloudron-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 6e44af360..ae29ead5c 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -93,7 +93,7 @@ done # validate arguments in the absence of data if [[ -z "${dataJson}" ]]; then if [[ -z "${provider}" ]]; then - echo "--provider is required (azure, digitalocean, ec2, lightsail, linode, ovh, scaleway, vultr or generic)" + echo "--provider is required (azure, digitalocean, ec2, lightsail, linode, ovh, rosehosting, scaleway, vultr or generic)" exit 1 elif [[ \ "${provider}" != "ami" && \