diff --git a/cluster/auto.create.all.homedir.sh b/cluster/auto.create.all.homedir.sh index cde1670..39f37ea 100755 --- a/cluster/auto.create.all.homedir.sh +++ b/cluster/auto.create.all.homedir.sh @@ -19,7 +19,7 @@ new_user_list_path="/tmp/cluster.user.list" old_user_list_path="/tmp/cluster.user.list.old" script_wd=$(dirname -- "${0}") -homedir_script="${script_wd}/create.homedir.sh" +homedir_script="${script_wd}/create.user.homedir.sh" # }}} # Check if ldap-utils/ldapsearch is available {{{