mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
better message
This commit is contained in:
parent
5f4b6985d7
commit
6cd0968bf1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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
|
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
|
exit 0
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue