Skip to content

Commit

Permalink
Update app-server.sh
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored Feb 14, 2023
1 parent 027d78c commit bf41bf6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/app-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,9 @@ if [ -n "${ZOWE_INSTANCE}" ]; then
fi
fi

ZLUX_DNS_ORDER=
ZLUX_DNS_ORDER="--dns-result-order=ipv4first"
if [ "$ZWE_components_app_server_dns_lookupOrder" = "ipv6" ]; then
ZLUX_DNS_ORDER="--dns-result-order=verbatim"
else
ZLUX_DNS_ORDER="--dns-result-order=ipv4first"
fi

{ __UNTAGGED_READ_MODE=V6 _BPX_JOBNAME=${ZOWE_PREFIX}DS1 ${NODE_BIN} --harmony ${ZLUX_DNS_ORDER} ${ZOWE_LIB_DIR}/${ZLUX_SERVER_FILE} --config="${CONFIG_FILE}" "$@" 2>&1 ; echo "Ended with rc=$?" ; } | tee $ZLUX_NODE_LOG_FILE
Expand Down

0 comments on commit bf41bf6

Please sign in to comment.