Wait for keypress when displaying qr code

This commit is contained in:
Bob Mottram 2017-09-03 10:55:04 +01:00
parent 863ad4c343
commit 1d441d393d
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ function syncthing_show_id {
echo $'Your Syncthing ID code'
echo ''
echo "$SYNCTHING_ID" | qrencode -t UTF8
echo ''
read -n1 -rsp $"Press any key to continue..." key
}
function syncthing_add_id {