File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 642642fi
643643
644644# Validate the name
645- run_function string_remove_all_special_char_string $LOCAL_NGINX_PROXY_SERVICE_NAME
645+ run_function string_remove_all_special_char_string $LOCAL_NGINX_PROXY_SERVICE_NAME " -_ "
646646NGINX_PROXY_SERVICE_NAME=${STRING_REMOVE_ALL_SPECIAL_CHAR_STRING_RESPONSE:- null}
647647[[ $NGINX_PROXY_SERVICE_NAME == null ]] && echoerr " The service name can not contain special chars, neither be empty"
648648
712712fi
713713
714714# Validate the name
715- run_function string_remove_all_special_char_string $LOCAL_LETSENCRYPT_SERVICE_NAME
715+ run_function string_remove_all_special_char_string $LOCAL_LETSENCRYPT_SERVICE_NAME " -_ "
716716LETSENCRYPT_SERVICE_NAME=${STRING_REMOVE_ALL_SPECIAL_CHAR_STRING_RESPONSE:- null}
717717[[ $LETSENCRYPT_SERVICE_NAME == null ]] && echoerr " The service name can not contain special chars, neither be empty"
718718
782782fi
783783
784784# Validate the name
785- run_function string_remove_all_special_char_string $LOCAL_DOCKER_GEN_SERVICE_NAME
785+ run_function string_remove_all_special_char_string $LOCAL_DOCKER_GEN_SERVICE_NAME " -_ "
786786DOCKER_GEN_SERVICE_NAME=${STRING_REMOVE_ALL_SPECIAL_CHAR_STRING_RESPONSE:- null}
787787[[ $DOCKER_GEN_SERVICE_NAME == null ]] && echoerr " The service name can not contain special chars, neither be empty"
788788
You can’t perform that action at this time.
0 commit comments