]> git.sesse.net Git - backup.sh/commitdiff
Fix a stray \\n in a message.
authorSteinar H. Gunderson <sesse@samfundet.no>
Sun, 5 Oct 2014 21:47:53 +0000 (23:47 +0200)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sun, 5 Oct 2014 21:47:53 +0000 (23:47 +0200)
backup.sh

index c1c4439c44e73d9500cc175b14b959338c777712..6352fcebdff1b3a5eef94053292b9f58aea60ddc 100755 (executable)
--- 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"