X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c119fcd1bfb23a9d3e29d8538867c5328efca97f..dddaa9f008f8cfb6d1dec5379b3ef2e32ca54565:/tools/salt-install/provision.sh?ds=sidebyside diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh index dc4a7b70ff..c8e2604799 100755 --- a/tools/salt-install/provision.sh +++ b/tools/salt-install/provision.sh @@ -262,7 +262,7 @@ if grep -q 'fixme_or_this_wont_work' ${CONFIG_FILE} ; then fi if ! grep -qE '^[[:alnum:]]{5}$' <<<${CLUSTER} ; then - echo >&2 "ERROR: must be exactly 5 alphanumeric characters long" + echo >&2 "ERROR: must be exactly 5 lowercase alphanumeric characters long" echo >&2 "Fix the cluster name in the 'local.params' file and re-run the provision script" exit 1 fi