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" -