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