cloudron-setup: add hetzner in the help text

This commit is contained in:
Girish Ramakrishnan
2018-01-26 18:53:50 -08:00
parent 6ef57d3f23
commit ce2d39d54c

View File

@@ -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