소스 검색

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"