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='.local/share/backgrounds/***' \
|
||||||
--include=.config/*** \
|
--include=.config/*** \
|
||||||
"
|
"
|
||||||
|
|
||||||
# --exclude='.osync_workdir' \
|
# --exclude='.osync_workdir' \
|
||||||
|
|
||||||
#CONFIGDIRS=".config \
|
#CONFIGDIRS=".config \
|
||||||
# .local/share/backgrounds \
|
# .local/share/backgrounds \
|
||||||
# .ssh"
|
# .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