WMDERPDIR in wmde-rp.conf
This commit is contained in:
parent
b05e8051aa
commit
53c6e8c70e
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
HOMEDIR=$(getent passwd "$PAM_USER" | cut -d: -f6)
|
||||
WMDERPDIRNAME=".wmde-osync"
|
||||
WMDERPDIR="$HOMEDIR/$WMDERPDIRNAME"
|
||||
|
||||
LOGFILE=$WMDERPDIR/usersync.log
|
||||
|
|
|
@ -15,6 +15,7 @@ NETGROUPS="wmde-rp-general"
|
|||
WAIT_FOR_CONFIG=always # always, first or never
|
||||
WAIT_FOR_FULLSYNC=never # always, first or never
|
||||
|
||||
WMDERPDIRNAME=".wmde-rp"
|
||||
|
||||
|
||||
CONFIG_DIRS=" \
|
||||
|
|
Loading…
Reference in New Issue