diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-18 18:21:29 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-18 18:21:29 +0200 |
commit | ac369f0c9d0e4362dc229eccbc2d4692538f5553 (patch) | |
tree | 346bc86bc842cead35720ee33004f7fd02c7cd3c /bin | |
parent | 625f6ed369042b5a2364e17fe1465c92447772e8 (diff) |
minor fixes
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/common/amount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/amount b/bin/common/amount index 8d235e4..71fc6ae 100755 --- a/bin/common/amount +++ b/bin/common/amount @@ -8,7 +8,7 @@ die () } clear -lsblk -o name,size,type,mountpoints +lsblk -o name,size,type,mountpoint die "───────────────────────────────────" lsblk --ascii -o name,mountpoint | grep '^.-' | |