Skip to content
Snippets Groups Projects
Commit 73466736 authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix retrieval of group ID from log file for group chat

parent cac22c90
No related branches found
No related tags found
3 merge requests!68Master merge,!25Feature/api2.0,!11Release
...@@ -949,7 +949,7 @@ wait $PIDVAL2 ...@@ -949,7 +949,7 @@ wait $PIDVAL2
wait $PIDVAL3 wait $PIDVAL3
# Extract group ID -- Note to Jono this probably needs to be fixed! # Extract group ID -- Note to Jono this probably needs to be fixed!
GROUPID=$(cat $CLIENTOUT/client80.log | grep -a "NewGroupID\:" | awk -F' ' '{print $5}') GROUPID=$(cat $CLIENTOUT/client80.log | grep -a "NewGroupID\:" | awk -F' ' '{print $6}')
echo "Group ID: $GROUPID" echo "Group ID: $GROUPID"
# Print the group list from all users # Print the group list from all users
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment