Config is also read from /etc/wmde-rp/*.conf

This commit is contained in:
Tobias Herre 2025-05-05 01:30:38 -04:00
parent 4b1134e736
commit 370e5f0074
1 changed files with 5 additions and 1 deletions

View File

@ -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