From e7a20b39f18b37ae96552bcbf7b6e9679af20677 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 14:19:49 -0500 Subject: Don't make chown command verbose. --- lfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lfs.sh') diff --git a/lfs.sh b/lfs.sh index 5b33795..4a482e7 100755 --- a/lfs.sh +++ b/lfs.sh @@ -57,7 +57,7 @@ ${IWHT}${LFS}${RST}\n" sudo mount "${LFS_DISK}${LFS_PART}" "${LFS}" printf "%b" " ${IGRN}Changing ownership of ${IWHT}${LFS} ${IGRN} \ to user ${IWHT}${USER}${RST}\n" - sudo chown -v "${USER}" "${LFS}" + sudo chown "${USER}" "${LFS}" fi # Create limited directory layout -- cgit v1.2.3-54-g00ecf