change debug

This commit is contained in:
Jakobus Schürz 2021-04-28 09:16:36 +02:00
parent 09817e390f
commit a35d9eddcb

View file

@ -397,7 +397,7 @@ EOF
for f in ${FILELIST[*]}; do
if [ -e $f ]; then
echo add $f to tmpconfig
logdebug "add $f to tmpconfig"
cat "$f" >> "${TMPBASHCONFIG}";
fi
done