Go back to dialog

This commit is contained in:
Bob Mottram 2016-04-10 18:11:01 +01:00
parent 9420316d2f
commit 16760255e4
1 changed files with 3 additions and 4 deletions

View File

@ -572,10 +572,9 @@ function syncthing_show_id {
fi
SYNCTHING_ID=$(cat ~/.syncthing-server-id)
dialog --backtitle $"Freedombone User Control Panel" \
--title $"Device ID for ${PROJECT_NAME}" \
--form $"You can copy and paste this into syncthing on your local system" 8 80 1 \
"" 1 1 "$SYNCTHING_ID" 1 0 80 80
dialog --title $"Device ID for ${PROJECT_NAME}" \
--backtitle $"Freedombone User Control Panel" \
--msgbox $"In a desktop terminal press shift and select the ID below,\nthen right click and copy.\n\nWithin Connectbot select Menu/Copy and then highlight the ID below\n\n$SYNCTHING_ID" 12 78
}
function syncthing_add_id {