diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 9160835f..50383782 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -69,7 +69,7 @@ validate_name() { elif [ "${NAME_VERIFY}" != "${NAME_SANITY}" ]; then error_exit "Container names may not contain special characters!" elif echo "${NAME_VERIFY}" | grep -qE '^[0-9]+$'; then - error_exit "Container names may not contain only numbers." + error_exit "Container names may not contain only digits/numerals." fi }