@@ -109,7 +109,9 @@ function ipfs_bootstrap {
}
function detect_tox_users {
- lstox > $TEMPFILE
+ # don't show the first peer field
+ lstox | awk -F ' ' '{$1=""; print $0}' | sed -e 's/^[[:space:]]*//' | sort -d > $TEMPFILE
+
toxctr=0
echo '<ol type="square">' >> $TOX_USERS_FILE.new
while IFS='' read -r line || [[ -n "$line" ]]; do