From 21cd42cefa2ba724e69b98f2347056df74ca4e21 Mon Sep 17 00:00:00 2001 From: bsourisse Date: Tue, 28 Feb 2023 12:35:14 +0100 Subject: [PATCH] fix: improve ubuntu server compatibility #25 --- helpers/shells/getStorageUsed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/shells/getStorageUsed.sh b/helpers/shells/getStorageUsed.sh index 94634b4..4d58746 100755 --- a/helpers/shells/getStorageUsed.sh +++ b/helpers/shells/getStorageUsed.sh @@ -16,4 +16,4 @@ set -e # Use jc to output a JSON format with du command cd /var/borgwarehouse -sudo jc du -s * +sudo /usr/bin/du -s * | jc --du \ No newline at end of file