]> www.wagner.pp.ru Git - oss/restore.git/blobdiff - backup
Debugged matrix notifications
[oss/restore.git] / backup
diff --git a/backup b/backup
index d01a64cf2b40fc9479dddf949b57f042d8e28191..84c1d894f5327544c8d01341e2aac19604565d93 100755 (executable)
--- a/backup
+++ b/backup
@@ -133,7 +133,7 @@ sub notify {
     my $notifier = "/usr/local/sbin/notify-messenger";
     if ( -x $notifier) {
      $hostname = Sys::Hostname::hostname();
-        open my $pipe,"|",$notifier;
+        open my $pipe,"|$notifier";
         print $pipe  "$hostname: $msg";
         close $pipe; 
     }