diff options
| author | EuAndreh <eu@euandre.org> | 2025-12-01 20:12:33 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-12-01 20:12:33 -0300 |
| commit | 793ccea20c0fa15f3b5cd3b348a74c469c9d3ce2 (patch) | |
| tree | 35ea786789698c069dd13713abb07d422ca11752 /bin | |
| parent | m (diff) | |
| download | datomic-793ccea20c0fa15f3b5cd3b348a74c469c9d3ce2.tar.gz datomic-793ccea20c0fa15f3b5cd3b348a74c469c9d3ce2.tar.xz | |
m
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/transactor.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/transactor.in b/bin/transactor.in index c47f2c7..c751cb6 100755 --- a/bin/transactor.in +++ b/bin/transactor.in @@ -48,7 +48,7 @@ FILE="$1" if [ -z "$VALCACHESIZE" ]; then VALCACHESIZE="$( - df -Pk "$FILE" | + df -Pk -- "$(dirname -- "$FILE")" | tail -n1 | awk '{printf "%.0f\n", $2 / (1024 * 1024)}' )" |
