Config is also read from /etc/wmde-rp/*.conf
This commit is contained in:
parent
4b1134e736
commit
370e5f0074
|
@ -92,11 +92,15 @@ PERM_DIRS=" \
|
|||
--include='.local/share/backgrounds/***' \
|
||||
--include=.config/*** \
|
||||
"
|
||||
|
||||
# --exclude='.osync_workdir' \
|
||||
|
||||
#CONFIGDIRS=".config \
|
||||
# .local/share/backgrounds \
|
||||
# .ssh"
|
||||
|
||||
if [ -d /etc/meins.d ]; then
|
||||
for file in /etc/meins.d/*.conf; do
|
||||
[ -f "$file" ] && . "$file"
|
||||
done
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue