We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ac4d2 commit ecb0152Copy full SHA for ecb0152
1 file changed
run.sh
@@ -906,8 +906,6 @@ function run_start_onebox()
906
[ ! -f "${CONFIG_FILE}" ] && { echo "${CONFIG_FILE} is not exist"; exit 1; }
907
sed "s/@LOCAL_HOSTNAME@/${LOCAL_HOSTNAME}/g;s/@APP_NAME@/${APP_NAME}/g;s/@PARTITION_COUNT@/${PARTITION_COUNT}/g" \
908
${CONFIG_FILE} >${ROOT}/config-server.ini
909
- # Force primary_interface to 'lo' to avoid reverse DNS resolution issues
910
- sed -i 's/^\s*primary_interface.*/primary_interface = lo/g' ${ROOT}/config-server.ini
911
fi
912
913
OPTS=`echo $OPTS | xargs`
0 commit comments