From 2ff8529b9960dc83317f3e64f15ca9fc79878e39 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 5 Oct 2014 23:47:53 +0200 Subject: [PATCH] Fix a stray \\n in a message. --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2