Bob Mottram 8 лет назад
Родитель
Сommit
9a7ee7bca7
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise Просмотреть файл

770
     # Produce a text file on the desktop listing users on the mesh
770
     # Produce a text file on the desktop listing users on the mesh
771
     cat <<EOF > $rootdir/usr/bin/list-tox-users
771
     cat <<EOF > $rootdir/usr/bin/list-tox-users
772
 #!/bin/bash
772
 #!/bin/bash
773
-users_list=\$(lstox | awk -F ' ' '{\$1=""; print \$0}' | sed -e 's/^[[:space:]]*//' | sort -d)
773
+users_list=\$(lstox | awk -F ' ' '{\$1=""; print \$0}' | sed -e 's/^[[:space:]]*//' | sort -d | uniq)
774
 if [ ! \$users_list ]; then
774
 if [ ! \$users_list ]; then
775
     no_of_users=0
775
     no_of_users=0
776
 else
776
 else