This commit is contained in:
Bob Mottram 2016-11-20 18:20:17 +00:00
parent 18ce7ad4e3
commit 75c5351cca
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ function configure_interactive_tox {
return return
fi fi
bootstrap_id=$(cat $TOX_BOOTSTRAP_ID_FILE) bootstrap_id=$(cat $TOX_BOOTSTRAP_ID_FILE)
dialog --title $"Tox Bootstrap Node" \ dialog --title $"Tox Bootstrap Node ID" \
--msgbox $"\n$bootstrap_id\n\nTo copy this hold down the shift key, select then right click and copy." 10 70 --msgbox $"\n$bootstrap_id\n\nTo copy this hold down the shift key, select the ID and then right click and copy." 10 70
} }
function mesh_tox_qtox { function mesh_tox_qtox {