improve messages

This commit is contained in:
Aaron Murray 2020-05-26 09:17:51 -05:00
parent 8b53cb665c
commit 13270b8203

View File

@ -460,10 +460,12 @@ if [ ${version} -gt 4 ] && [ ${skipNet} -ne 1 ]; then
# create config files # create config files
${confCmd} ${network} ${confCmd} ${network}
echo "Network setup for DHCP. Rebooting..."
reboot reboot
else
echo "It is recommended to reboot and then setup the network adapter in the openmediavault web interface."
fi fi
echo "It is recommended to reboot and then setup the network adapter in the openmediavault web interface."
fi fi
exit 0 exit 0