diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 7b9462bea..8cc74b0c8 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -103,11 +103,12 @@ if [[ -z "${dataJson}" ]]; then "${provider}" != "lightsail" && \ "${provider}" != "linode" && \ "${provider}" != "ovh" && \ + "${provider}" != "rosehosting" && \ "${provider}" != "scaleway" && \ "${provider}" != "vultr" && \ "${provider}" != "generic" \ ]]; then - echo "--provider must be one of: azure, digitalocean, ec2, lightsail, linode, ovh, scaleway, vultr or generic" + echo "--provider must be one of: azure, digitalocean, ec2, lightsail, linode, ovh, rosehosting, scaleway, vultr or generic" exit 1 fi