mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 12:05:04 +02:00
fix scp uplaod command
This commit is contained in:
@@ -309,6 +309,8 @@ if [ "$1" = "import-gui" ]; then
|
|||||||
sudo mkdir -p ${defaultZipPath}
|
sudo mkdir -p ${defaultZipPath}
|
||||||
sudo chmod 777 -R ${defaultZipPath}
|
sudo chmod 777 -R ${defaultZipPath}
|
||||||
|
|
||||||
|
clear
|
||||||
|
echo
|
||||||
echo "**************************"
|
echo "**************************"
|
||||||
echo "* UPLOAD THE RESCUE FILE *"
|
echo "* UPLOAD THE RESCUE FILE *"
|
||||||
echo "**************************"
|
echo "**************************"
|
||||||
@@ -318,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."
|
||||||
|
Reference in New Issue
Block a user