Provision script fix: clarify that the cluster id must be 5 lowercase
[arvados.git] / tools / salt-install / provision.sh
index dc4a7b70fff4cb4aa23b089b63a3c3d91a7dcef9..c8e260479953f66f844e6de9df7ce29df61714d1 100755 (executable)
@@ -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: <CLUSTER> must be exactly 5 alphanumeric characters long"
+  echo >&2 "ERROR: <CLUSTER> 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