@@ -922,7 +922,7 @@ is_service_format_valid() {
}
is_hash_format_valid() {
- if ! [[ "$1" =~ ^[_A-Za-z0-9]{1,32}$ ]]; then
+ if ! [[ "$1" =~ ^[-_A-Za-z0-9]{1,32}$ ]]; then
check_result $E_INVALID "invalid $2 format :: $1"
fi