package: backupninja
Version:  0.4.2-4

I have two users named root and roott. Backupninja fails with this message:

Info: running /etc/backup.d/example.mysql because of --now
/usr/sbin/backupninja: line 31: [: /root: binary operator expected
Fatal: Can't find root's home directory (/root
/root).
Debug: send report to root


FIX:

edit share/backupninja/mysql and sustitude line 31
< home=`grep '^root' /etc/passwd | awk -F: '{print $6}'`
> home=`grep '^root:' /etc/passwd | awk -F: '{print $6}'`




-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to