]> git.sesse.net Git - backup.sh/blobdiff - backup.sh
Fix a stray \\n in a message.
[backup.sh] / 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"