Skip to content
Snippets Groups Projects
Unverified Commit 27e4b04a authored by Bob Mottram's avatar Bob Mottram
Browse files

missing $

parent 44ad7ff6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment