chore: update blitz.datadrive.sh (#4965)

minor fix
This commit is contained in:
Ikko Eltociear Ashimine 2025-02-26 22:10:36 +09:00 committed by GitHub
parent 6f55268731
commit 7c6683e409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1628,7 +1628,7 @@ if [ "$1" = "link" ]; then
echo "The /mnt/hdd/app-data directory should be used by additional/optional apps and services installed to the RaspiBlitz for their data that should survive an import/export/backup. Data that can be reproduced (indexes, etc.) should be stored in app-storage." > ./README.txt
mv ./README.txt /mnt/hdd/app-data/README.txt 2>/dev/null
echo "The /mnt/hdd/app-storage directory should be used by additional/optional apps and services installed to the RaspiBlitz for their non-critical and reproducible data (indexes, public blockchain, etc.) that does not need to survive an an import/export/backup. Data is critical should be in app-data." > ./README.txt
echo "The /mnt/hdd/app-storage directory should be used by additional/optional apps and services installed to the RaspiBlitz for their non-critical and reproducible data (indexes, public blockchain, etc.) that does not need to survive an import/export/backup. Data is critical should be in app-data." > ./README.txt
mv ./README.txt /mnt/hdd/app-storage/README.txt 2>/dev/null
>&2 echo "# OK - all symbolic links are built"