as REBOOT_NEEDED variable is independant on every module, the function to set it is no longuer needed
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user