#!/bin/sh
. /etc/wmde-rp.conf
if [ -d /etc/wmde-rp.conf.d ]; then
for file in /etc/wmde-rp.conf.d/*.conf; do
[ -f "$file" ] && . "$file"
done
fi