From 30d10c705a8ec0c4ba0a3c0f9d7277029b4be090 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Wed, 21 Apr 2021 12:27:51 -0500 Subject: Remove verbosity of chown command. --- lfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs.sh b/lfs.sh index e74cce8..7b94fcd 100755 --- a/lfs.sh +++ b/lfs.sh @@ -73,7 +73,7 @@ fi if [[ ! -f "${LFS}"/sources/limited ]]; then printf "%b" " ${IGRN}Changing ownership of ${IWHT}${LFS}${IGRN} \ to user ${IWHT}${USER}${RST}\n" - sudo chown -v "${USER}" "${LFS}" + sudo chown "${USER}" "${LFS}" printf "%b" " ${IGRN}Creating limited directory structure at \ ${IWHT}${LFS}${IGRN}${RST}\n" -- cgit v1.2.3-54-g00ecf