aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 14:19:49 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 14:19:49 -0500
commite7a20b39f18b37ae96552bcbf7b6e9679af20677 (patch)
tree36b9adb24ed6c93b84fb54dc4532117970c15adc /lfs.sh
parenta1d58b89f285b39a36fbc4dbbf25316161d2db27 (diff)
Don't make chown command verbose.
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh2
1 files changed, 1 insertions, 1 deletions
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