Show message before display next menu (#1708)

This commit is contained in:
arno 2020-11-01 11:40:04 +01:00 committed by rootzoll
parent 0bc4fc7fe5
commit d437545df1

View File

@ -394,6 +394,8 @@ if [ "$1" = "import-gui" ]; then
echo
echo "OK: Migration data was imported"
echo "PRESS ENTER"
read key
# Copy from other computer is only option for Bitcoin
if [ "${network}" == "bitcoin" ] && [ ${useBlockchain} -eq 0 ]; then