Skip to content

Commit e2cdcca

Browse files
committed
Update with latest version of basescript
1 parent dd13a2c commit e2cdcca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/fresh-start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ else
10021002
fi
10031003

10041004
# Validate the name
1005-
run_function string_remove_all_special_char_string $LOCAL_DOCKER_NETWORK_NAME
1005+
run_function string_remove_all_special_char_string $LOCAL_DOCKER_NETWORK_NAME "-_"
10061006
DOCKER_NETWORK_NAME=${STRING_REMOVE_ALL_SPECIAL_CHAR_STRING_RESPONSE:-null}
10071007
[[ $DOCKER_NETWORK_NAME == null ]] && echoerr "The network name can not contain special chars, neither be empty"
10081008

0 commit comments

Comments
 (0)