Skip to content

Commit

Permalink
Set full path to account_functions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Oct 24, 2023
1 parent ce12a36 commit def1ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/templates/accounts/mkhome.sh.epp
Original file line number Diff line number Diff line change
@@ -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)' |
Expand Down

0 comments on commit def1ca0

Please sign in to comment.