fix scp upload command

This commit is contained in:
rootzoll
2020-02-14 23:56:50 +01:00
parent 533d344805
commit a4fb543767

View File

@@ -320,7 +320,7 @@ if [ "$1" = "import-gui" ]; then
echo "ON YOUR LAPTOP open a new terminal and change into" echo "ON YOUR LAPTOP open a new terminal and change into"
echo "the directory where your migration file is and" echo "the directory where your migration file is and"
echo "COPY, PASTE AND EXECUTE THE FOLLOWING COMMAND:" echo "COPY, PASTE AND EXECUTE THE FOLLOWING COMMAND:"
echo "scp -r './raspiblitz-*.tar.gz admin@${localip}:${defaultZipPath}'" echo "scp -r './raspiblitz-*.tar.gz' admin@${localip}:${defaultZipPath}"
echo "" echo ""
echo "Use password A to authenticate file transfere." echo "Use password A to authenticate file transfere."
echo "PRESS ENTER when upload is done." echo "PRESS ENTER when upload is done."