mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix migration data default
This commit is contained in:
parent
d1a4a37fb3
commit
815e0972a1
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ if [ "$1" = "status" ]; then
|
|||
echo "hddDataFreeKB=${hdd_data_free1Kblocks}"
|
||||
|
||||
# check if its another fullnode implementation data disk
|
||||
hddGotMigrationData="''"
|
||||
hddGotMigrationData=""
|
||||
if [ "${hddFormat}" = "ext4" ]; then
|
||||
# check for umbrel
|
||||
isUmbrelHDD=$(sudo ls /mnt/storage/umbrel/info.json 2>/dev/null | grep -c '.json')
|
||||
|
|
Loading…
Add table
Reference in a new issue