Don't add JAVA_OPTS twice.

This commit is contained in:
Andrea Dell'Amico 2020-07-03 17:29:03 +02:00
parent 5c5de8d8ed
commit 099426c4c4
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
export JAVA_OPTS="-DproxySet=true -Dhttp.proxyHost={{ env_proxy_http_host }} -Dhttp.proxyPort={{ env_proxy_http_port }} -Dhttps.proxyHost={{ env_proxy_http_host }} -Dhttps.proxyPort={{ env_proxy_http_port }} $JAVA_OPTS"
export JAVA_OPTS="-DproxySet=true -Dhttp.proxyHost={{ env_proxy_http_host }} -Dhttp.proxyPort={{ env_proxy_http_port }} -Dhttps.proxyHost={{ env_proxy_http_host }} -Dhttps.proxyPort={{ env_proxy_http_port }}"