Package: backupninja Verion: 0.4.2-4
I have two users named "root" and "roott". Backupninja show this message:
# backupninja -d -n 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: replace line 31 of the file /usr/share/backupninja/mysql:
< 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]

