Skip to content

Commit ecb0152

Browse files
author
lupengfan1
committed
fix ci
1 parent 61ac4d2 commit ecb0152

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,6 @@ function run_start_onebox()
906906
[ ! -f "${CONFIG_FILE}" ] && { echo "${CONFIG_FILE} is not exist"; exit 1; }
907907
sed "s/@LOCAL_HOSTNAME@/${LOCAL_HOSTNAME}/g;s/@APP_NAME@/${APP_NAME}/g;s/@PARTITION_COUNT@/${PARTITION_COUNT}/g" \
908908
${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
911909
fi
912910

913911
OPTS=`echo $OPTS | xargs`

0 commit comments

Comments
 (0)