From def1ca0a22ac8acf0256aebd8b61bc49d89c9d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Mon, 23 Oct 2023 21:30:54 -0400 Subject: [PATCH] Set full path to account_functions.sh --- site/profile/templates/accounts/mkhome.sh.epp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/profile/templates/accounts/mkhome.sh.epp b/site/profile/templates/accounts/mkhome.sh.epp index ff9e0d036..990c75dec 100644 --- a/site/profile/templates/accounts/mkhome.sh.epp +++ b/site/profile/templates/accounts/mkhome.sh.epp @@ -1,5 +1,5 @@ #!/bin/bash -source account_functions.sh +source /sbin/account_functions.sh tail -F /var/log/dirsrv/slapd-*/access | grep --line-buffered -oP 'ADD dn=\"uid=\K([a-z0-9A-Z_]*)(?=,cn=users)' |