浏览代码

missing $

Bob Mottram 8 年前
父节点
当前提交
27e4b04ad7
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/zeronetavahi

+ 1
- 1
src/zeronetavahi 查看文件

@@ -137,7 +137,7 @@ function detect_new_tox_users {
137 137
                     fi
138 138
                     export DISPLAY=:0.0
139 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 141
                     break
142 142
                 fi
143 143
             fi