File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 642
642
fi
643
643
644
644
# 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 " -_ "
646
646
NGINX_PROXY_SERVICE_NAME=${STRING_REMOVE_ALL_SPECIAL_CHAR_STRING_RESPONSE:- null}
647
647
[[ $NGINX_PROXY_SERVICE_NAME == null ]] && echoerr " The service name can not contain special chars, neither be empty"
648
648
712
712
fi
713
713
714
714
# 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 " -_ "
716
716
LETSENCRYPT_SERVICE_NAME=${STRING_REMOVE_ALL_SPECIAL_CHAR_STRING_RESPONSE:- null}
717
717
[[ $LETSENCRYPT_SERVICE_NAME == null ]] && echoerr " The service name can not contain special chars, neither be empty"
718
718
782
782
fi
783
783
784
784
# 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 " -_ "
786
786
DOCKER_GEN_SERVICE_NAME=${STRING_REMOVE_ALL_SPECIAL_CHAR_STRING_RESPONSE:- null}
787
787
[[ $DOCKER_GEN_SERVICE_NAME == null ]] && echoerr " The service name can not contain special chars, neither be empty"
788
788
You can’t perform that action at this time.
0 commit comments