View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#135
@pali,

For the reaver.db to be created and to store the partial tries it is necessary to create a folder called reaver in /etc.
Could you add in the postinstall script something like the following?
Code:
   if [ ! -d /home/user/.reaver ]; then
      mkdir -p /home/user/.reaver
   fi
   if [ ! -d /etc/reaver ]; then
      ln -s /home/user/.reaver /etc/reaver
   fi
Otherwise from my tests to integrate your package in cleven all work as expected. I think I will release it soon if I don't find anything.

Well done, thanks.
 

The Following 2 Users Say Thank You to Saturn For This Useful Post: