mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-05 14:03:17 +02:00
Merge pull request #3842 from rootzoll/3833export
#3833 Fix Migration Download Commands
This commit is contained in:
@@ -433,8 +433,7 @@ if [ "$1" = "export" ]; then
|
|||||||
rm ~/.exclude.temp
|
rm ~/.exclude.temp
|
||||||
rm ~/.include.temp
|
rm ~/.include.temp
|
||||||
|
|
||||||
echo "sftpDownloadUnix=\"${sftpDownloadUnix}\""
|
echo "name=\"${defaultUploadPath}/${name}\""
|
||||||
echo "sftpDownloadWin=\"${sftpDownloadWin}\""
|
|
||||||
echo "# OK - Export done"
|
echo "# OK - Export done"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
@@ -492,9 +491,9 @@ if [ "$1" = "export-gui" ]; then
|
|||||||
echo "*******************************"
|
echo "*******************************"
|
||||||
echo
|
echo
|
||||||
echo "On your Linux or MacOS Laptop - RUN IN NEW TERMINAL:"
|
echo "On your Linux or MacOS Laptop - RUN IN NEW TERMINAL:"
|
||||||
echo "${sftpDownloadUnix}"
|
echo "${downloadUnix}"
|
||||||
echo "On Windows use command:"
|
echo "On Windows use command:"
|
||||||
echo "${sftpDownloadWin}"
|
echo "${downloadWin}"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Use password A to authenticate file transfer."
|
echo "Use password A to authenticate file transfer."
|
||||||
echo
|
echo
|
||||||
|
Reference in New Issue
Block a user