浏览代码

Notify dependency

Bob Mottram 9 年前
父节点
当前提交
f8b2226110
共有 2 个文件被更改,包括 507 次插入504 次删除
  1. 506
    503
      src/freedombone-image-customise
  2. 1
    1
      src/zeronetavahi

+ 506
- 503
src/freedombone-image-customise
文件差异内容过多而无法显示
查看文件


+ 1
- 1
src/zeronetavahi 查看文件

@@ -132,7 +132,7 @@ function detect_new_tox_users {
132 132
                     # get the nick of the user
133 133
                     toxuser="$(echo "$line" | awk -F ' ' '{print $1}')"
134 134
 
135
-                    notify-send $"$PROJECT_NAME mesh" $"$toxuser has joined the mesh" --icon=dialog-information
135
+                    notify-send $"$toxuser" $"has joined the mesh" --icon=dialog-information
136 136
                 fi
137 137
             fi
138 138
         done < "$CURRENT_USERS_FILE"