Skip to content

Commit

Permalink
more robust free space checking for sandboxes. closes #1758
Browse files Browse the repository at this point in the history
Co-authored-by: s243a <JohnCreighton_@hotmail.com>
  • Loading branch information
01micko and s243a committed Mar 7, 2020
1 parent bb82041 commit c2e20d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woof-code/rootfs-skeleton/etc/rc.d/functions_x
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fx_personal_storage_free_mb() {
SIZEFREEM=${F4} ; break ;;
esac
done <<EOF
$(df -m)
$(df -am)
EOF
echo "$SIZEFREEM"
}
Expand Down

0 comments on commit c2e20d0

Please sign in to comment.