From e2cdccacbde69ca44e413b69148ed047dfeeb492 Mon Sep 17 00:00:00 2001 From: Evert Ramos Date: Wed, 21 Apr 2021 07:20:22 -0300 Subject: [PATCH] Update with latest version of basescript --- basescript | 2 +- bin/fresh-start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basescript b/basescript index f6a4d39..93b1798 160000 --- a/basescript +++ b/basescript @@ -1 +1 @@ -Subproject commit f6a4d39b1f729423be700b361e915b8c11f281e5 +Subproject commit 93b179881beb34aba786b1ff7f4bb9db0e6b0ca0 diff --git a/bin/fresh-start.sh b/bin/fresh-start.sh index 7b88db9..169ee7c 100755 --- a/bin/fresh-start.sh +++ b/bin/fresh-start.sh @@ -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"