Browse Source

missing $

Bob Mottram 8 years ago
parent
commit
27e4b04ad7
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/zeronetavahi

+ 1
- 1
src/zeronetavahi View File

137
                     fi
137
                     fi
138
                     export DISPLAY=:0.0
138
                     export DISPLAY=:0.0
139
                     export XAUTHORITY=/home/$MESH_USERNAME/.Xauthority
139
                     export XAUTHORITY=/home/$MESH_USERNAME/.Xauthority
140
-                    sudo -u MESH_USERNAME /usr/bin/notify-send $"$toxuser" $"has joined the mesh" --icon=dialog-information
140
+                    sudo -u $MESH_USERNAME /usr/bin/notify-send $"$toxuser" $"has joined the mesh" --icon=dialog-information
141
                     break
141
                     break
142
                 fi
142
                 fi
143
             fi
143
             fi