From 27e4b04ad7ccc652c33b92375922f8d7432f28f9 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Sun, 7 Aug 2016 22:46:51 +0100
Subject: [PATCH] missing $

---
 src/zeronetavahi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zeronetavahi b/src/zeronetavahi
index 3e01cb787..cfedb67b5 100755
--- a/src/zeronetavahi
+++ b/src/zeronetavahi
@@ -137,7 +137,7 @@ function detect_new_tox_users {
                     fi
                     export DISPLAY=:0.0
                     export XAUTHORITY=/home/$MESH_USERNAME/.Xauthority
-                    sudo -u MESH_USERNAME /usr/bin/notify-send $"$toxuser" $"has joined the mesh" --icon=dialog-information
+                    sudo -u $MESH_USERNAME /usr/bin/notify-send $"$toxuser" $"has joined the mesh" --icon=dialog-information
                     break
                 fi
             fi
-- 
GitLab