aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-21 12:27:51 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-21 12:28:52 -0500
commit30d10c705a8ec0c4ba0a3c0f9d7277029b4be090 (patch)
tree9c36fa4eb2105342d14244b4695bacdf8835024e
parent0c2ca4ea05fc77ad3313826ccb23796d2b0e0de3 (diff)
Remove verbosity of chown command.
-rwxr-xr-xlfs.sh2
1 files changed, 1 insertions, 1 deletions
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"