diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 9c6566688..1d6614f74 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -121,7 +121,7 @@ if [[ -z "${dataJson}" ]]; then "${provider}" != "vultr" && \ "${provider}" != "generic" \ ]]; then - echo "--provider must be one of: azure, cloudscale.ch, digitalocean, ec2, exoscale, gce, lightsail, linode, ovh, rosehosting, scaleway, vultr or generic" + echo "--provider must be one of: azure, cloudscale.ch, digitalocean, ec2, exoscale, gce, hetzner, lightsail, linode, ovh, rosehosting, scaleway, vultr or generic" exit 1 fi