Hide stat output in update script

This commit is contained in:
Justin Zobel
2024-11-10 12:14:48 +10:30
parent 1a97f2162e
commit f849f7c8dc

View File

@@ -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"