as REBOOT_NEEDED variable is independant on every module, the function to set it is no longuer needed

This commit is contained in:
levasseur
2022-02-21 18:47:08 +01:00
parent a6c94c2bf9
commit b9fc8ed51c
5 changed files with 9 additions and 20 deletions

View File

@@ -20,7 +20,7 @@
# * NET{4,6}_MANUAL_FILE_$iface: filename for manual configuration of $iface
# ------------------------------------------------------------------------------
export VER_conf_network="0.0.7"
export VER_conf_network="0.0.8"
export DEP_conf_network="install_pkg"
conf_network()
@@ -101,7 +101,7 @@ conf_network()
done
unset iface if_file
set_reboot_needed
NEED_REBOOT=true
}
precheck_conf_network()