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 @@
# * DEFAULT_SHELL: The shell to use when creating new users
# ------------------------------------------------------------------------------
export VER_authnz=0.2.0
export VER_authnz=0.2.1
export DEP_authnz="upgrade_dist"
# Users (from Ldap)
@@ -119,6 +119,7 @@ authnz()
prnt I "Creating user $usr..."
create_local_user $usr
done
NEED_REBOOT=true
}
precheck_authnz()