fix migration data default

This commit is contained in:
rootzoll 2021-05-04 14:39:03 +02:00
parent d1a4a37fb3
commit 815e0972a1

View file

@ -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')