From 2cd0b93837bb8661d73de8e4609843c33f519b21 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Sun, 10 May 2020 14:09:55 -0500 Subject: [PATCH] fix message --- install.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.test b/install.test index 9d02501..7c9287d 100755 --- a/install.test +++ b/install.test @@ -410,8 +410,7 @@ if [ ${version} -gt 4 ]; then nic="eth0" if grep -qw "${nic}" /proc/net/dev; then - echo "Configure ${nic} ..." - # add database entry + echo "Adding ${nic} to openmedivault database ..." jq --null-input --compact-output \ "{uuid: \"${OMV_CONFIGOBJECT_NEW_UUID}\", devicename: \"${nic}\", method: \"dhcp\", method6: \"dhcp\"}" | \ omv-confdbadm update "conf.system.network.interface" -