From c1dbcd8e982b110d667ef1755bcf0df2eaa2ca4d Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 31 May 2022 10:12:56 -0700 Subject: [PATCH] see all the files --- scripts/check-space.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-space.sh b/scripts/check-space.sh index 4aa1d54..d67f3b1 100755 --- a/scripts/check-space.sh +++ b/scripts/check-space.sh @@ -3,5 +3,5 @@ # sudo apt install ncdu sudo mount build/system.img.raw build/agnos-rootfs -ncdu build/agnos-rootfs/ || true +sudo ncdu build/agnos-rootfs/ || true sudo umount build/agnos-rootfs