mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
more status from migration
This commit is contained in:
parent
60b84998de
commit
9605e6a765
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ scpUploadWin="scp -r ./raspiblitz-*.tar.gz bitcoin@${localip}:${defaultZipPath}"
|
|||
if [ "$1" = "status" ]; then
|
||||
echo "# RASPIBLITZ Data Import & Export"
|
||||
echo "isBTRFS=${isBTRFS}"
|
||||
echo "localip=\"${localip}\""
|
||||
echo "defaultZipPath=\"${defaultZipPath}\""
|
||||
echo "scpDownloadUnix=\"${scpDownloadUnix}\""
|
||||
echo "scpUploadUnix=\"${scpUploadUnix}\""
|
||||
echo "scpDownloadWin=\"${scpDownloadWin}\""
|
||||
|
|
Loading…
Add table
Reference in a new issue