Hi,

> Can you break the file again and try changing the
>
> cat ${SOURCESLIST} /dev/null
>
> against
>
> awk '{print}' ${SOURCESLIST} /dev/null
>
> please?

This line in 31_aide_apt works for me! 

awk '{print}' ${SOURCESLIST} /dev/null | sed 's/ #.*$//' | while read -r line; 
do

aideinit runs without any issues now.

Nice fix!
Thanks.

-- 
Greetings
Lilo von Hanffstengel

Reply via email to