From 3f818a267c9b00f314acd59d3abdc6cef6c997c5 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 e395442..735c9e1 100755 --- a/lfs.sh +++ b/lfs.sh @@ -72,7 +72,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