File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ local_update_docker_compose_file()
39
39
run_function docker_compose_replace_string $LOCAL_FULL_PATH " $REPLACE_LETSENCRYPT_SERVICE_NAME " " $LETSENCRYPT_SERVICE_NAME "
40
40
41
41
# Uncomment in case of IPv6 activation or uncomment
42
- [[ " $ACTIVATE_IPV6 " == true ]] && run_function file_uncomment_line_with_string ${LOCAL_FULL_PATH%/ } " /docker-compose.yml" " IPv6"
43
- [[ ! " $ACTIVATE_IPV6 " == true ]] && run_function file_comment_line_with_string ${LOCAL_FULL_PATH%/ } " /docker-compose.yml" " IPv6"
42
+ [[ " $ACTIVATE_IPV6 " == true ]] && run_function file_uncomment_line_with_string ${LOCAL_FULL_PATH%/ } " /docker-compose.yml" " IPv6" && run_function file_uncomment_line_with_string ${LOCAL_FULL_PATH %/ } " /docker-compose.yml " " IPV6 "
43
+ [[ ! " $ACTIVATE_IPV6 " == true ]] && run_function file_comment_line_with_string ${LOCAL_FULL_PATH%/ } " /docker-compose.yml" " IPv6" && run_function file_comment_line_with_string ${LOCAL_FULL_PATH %/ } " /docker-compose.yml " " IPV6 "
44
44
# We are aware that it will set two '#' if the IPv6 is already commented
45
45
46
46
return 0
You can’t perform that action at this time.
0 commit comments