From 13270b8203aa0d6e44629a3815f10a996f1e173a Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Tue, 26 May 2020 09:17:51 -0500 Subject: [PATCH] improve messages --- install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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