From f849f7c8dc6965bca826da01c5fc92cb8118ab6d Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Nov 2024 12:14:48 +1030 Subject: [PATCH] Hide stat output in update script --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index c98a055..b5a3159 100755 --- a/update.sh +++ b/update.sh @@ -12,7 +12,7 @@ set -e # Trigger mount of ESP by accessing it. # TODO file bug that sysupdate doesn't do that. -stat /efi/EFI +stat /efi/EFI 2>&1 > /dev/null SCRIPT_DIR="$(dirname "$(readlink -f "$0")")" export TAR_OPTIONS="--zstd"