show correct password hint on migration copy

This commit is contained in:
rootzoll 2020-02-16 23:36:58 +01:00
parent 3cec9897c6
commit 52101a7ef3

View File

@ -78,7 +78,11 @@ else
fi
echo ""
echo "This command may ask you first about the admin password of the other computer (because sudo)."
echo "Then it will ask for your SSH PASSWORD A from this RaspiBlitz."
if [ "$1" == "stop-after-script" ]; then
echo "Then it will ask for the default RaspiBlitz SSH password --> raspiblitz."
else
echo "Then it will ask for your SSH PASSWORD A from this RaspiBlitz."
fi
echo "It can take multiple hours until transfer is complete - be patient."
echo "************************************************************************************"
echo "PRESS ENTER if transfers is done OR if you want to choose another option."