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()
3939 run_function docker_compose_replace_string $LOCAL_FULL_PATH " $REPLACE_LETSENCRYPT_SERVICE_NAME " " $LETSENCRYPT_SERVICE_NAME "
4040
4141 # 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 "
4444 # We are aware that it will set two '#' if the IPv6 is already commented
4545
4646 return 0
You can’t perform that action at this time.
0 commit comments