mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-26 07:21:15 +01:00
create: digits/numerals > digits
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 digits/numerals."
|
||||
error_exit "Container names may not contain only digits."
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user