mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix scp upload
This commit is contained in:
parent
f6b891d413
commit
f103f3fc5b
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ if [ "$1" = "import-gui" ]; then
|
|||
echo "ON YOUR LAPTOP open a new terminal and change into"
|
||||
echo "the directory where your migration file is and"
|
||||
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 "Use password 'raspiblitz' to authenticate file transfere."
|
||||
echo "PRESS ENTER when upload is done."
|
||||
|
|
Loading…
Add table
Reference in a new issue