From: Steinar H. Gunderson Date: Sun, 5 Oct 2014 21:47:53 +0000 (+0200) Subject: Fix a stray \\n in a message. X-Git-Url: https://git.sesse.net/?p=backup.sh;a=commitdiff_plain;h=2ff8529b9960dc83317f3e64f15ca9fc79878e39 Fix a stray \\n in a message. --- diff --git a/backup.sh b/backup.sh index c1c4439..6352fce 100755 --- a/backup.sh +++ b/backup.sh @@ -76,7 +76,7 @@ umask 027 backup() { - infomsg "$computer:$filesystem $backuplevel backup\n" + infomsg "$computer:$filesystem $backuplevel backup" localsnar="${storagedir}/${computer}/${sfilesystem}/.incremental.snar" remotesnar="/root/.backup/${sfilesystem}.snar"