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

@@ -8,7 +8,7 @@
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
export VER_select_system_proxy="0.0.2"
export VER_select_system_proxy="0.0.3"
export DEP_select_system_proxy="upgrade_dist"
select_system_proxy()
@@ -20,7 +20,7 @@ select_system_proxy()
else
prnt I "Pas de configurtion proxy, rien à faire."
fi
set_reboot_needed
NEED_REBOOT=true
}
precheck_select_system_proxy()