Skip to content

Commit

Permalink
Update with latest version of basescript
Browse files Browse the repository at this point in the history
  • Loading branch information
evertramos committed Apr 21, 2021
1 parent dd13a2c commit e2cdcca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basescript
2 changes: 1 addition & 1 deletion bin/fresh-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ else
fi

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

Expand Down

0 comments on commit e2cdcca

Please sign in to comment.