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 @@ -47,7 +47,7 @@ if [ "${OFFLINE}" == "false" ]; then
47
47
writeConfigKey " arc.nic" " ${ARCNIC} " " ${USER_CONFIG_FILE} "
48
48
writeConfigKey " arc.offline" " false" " ${USER_CONFIG_FILE} "
49
49
elif [ -z " ${ARCNIC} " ] && [ " ${CUSTOM} " == " false" ]; then
50
- writeConfigKey " arc.nic" " " " ${USER_CONFIG_FILE} "
50
+ writeConfigKey " arc.nic" " eth0 " " ${USER_CONFIG_FILE} "
51
51
writeConfigKey " arc.offline" " true" " ${USER_CONFIG_FILE} "
52
52
cp -f " ${PART3_PATH} /configs/offline.json" " ${ARC_PATH} /include/offline.json"
53
53
dialog --backtitle " $( backtitle) " --title " Online Check" \
@@ -1206,4 +1206,4 @@ echo -e "User: \033[1;34mroot\033[0m"
1206
1206
echo -e " Password: \033[1;34marc\033[0m"
1207
1207
echo
1208
1208
echo -e " Web Terminal:"
1209
- echo -e " Address: \033[1;34mhttp://${IPCON} :7681\033[0m"
1209
+ echo -e " Address: \033[1;34mhttp://${IPCON} :7681\033[0m"
You can’t perform that action at this time.
0 commit comments