fix message
This commit is contained in:
parent
29d6d4a007
commit
2cd0b93837
@ -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" -
|
||||
|
||||
Loading…
Reference in New Issue
Block a user