Mess some more with the motd
authorPeter Palfrader <peter@palfrader.org>
Tue, 10 Dec 2013 17:40:02 +0000 (18:40 +0100)
committerPeter Palfrader <peter@palfrader.org>
Tue, 10 Dec 2013 17:40:02 +0000 (18:40 +0100)
modules/motd/templates/motd.erb

index 1e3082f..7ddb539 100644 (file)
@@ -134,11 +134,11 @@ end
 
 if ninfo['not-bacula-client'] then
   purp += "\n " + wrap("Note that this host is _NOT_ being backed up.  If you
-care about your data, run your own backups.") + "\n"
+care about your data, run your own backups.")
 end
 
 if scope.lookupvar('site::nodeinfo').has_key?('footer')
-  purp += "\n" + wrap(scope.lookupvar('site::nodeinfo')['footer']) + "\n"
+  purp += "\n" + wrap(scope.lookupvar('site::nodeinfo')['footer'])
 end
 
 purp