better message

This commit is contained in:
openoms 2022-01-17 20:54:22 +00:00
parent 5f4b6985d7
commit 6cd0968bf1
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65

View file

@ -1470,7 +1470,7 @@ if [ "$1" = "link" ]; then
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
sudo mv ./README.txt /mnt/hdd/app-storage/README.txt 2>/dev/null
>&2 echo "# OK - all symbolic links build"
>&2 echo "# OK - all symbolic links are built"
exit 0
fi