Martin Wilck changed bug 1228929
What Removed Added
Flags needinfo?(martin.wilck@suse.com)  

Comment # 17 on bug 1228929 from Martin Wilck
# add this
set -x
dir=/run/regenerate-initrd

if ! test -d "$dir"; then
        exit 0
fi

# add this, too
ls -l "$dir"



Thanks!


You are receiving this mail because: