mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-28 19:54:58 +01:00
create: Clarify numbers > digits/numerals
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user