From 67e2589a15821ed0baa31f2128369833365e69fb Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 13 Nov 2016 11:35:56 +0100 Subject: [PATCH] Remove noisy ' --- scripts/cloudron-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index b653669b9..f42f91965 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -45,7 +45,7 @@ if [[ -z "${domain}" ]]; then fi if [[ -z "${provider}" ]]; then - echo "--provider is required ('generic', 'scaleway', 'ec2', 'digitalocean')" + echo "--provider is required (generic, scaleway, ec2, digitalocean)" exit 1 fi