From 8cd0429ce8f38be400213df58b63df4b1a42eac9 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 9 Jan 2019 01:02:21 -0700 Subject: [PATCH] updated root user section --- customize.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.sh b/customize.sh index 494fbb3..1b60f71 100644 --- a/customize.sh +++ b/customize.sh @@ -32,14 +32,14 @@ echo -e "in this archive.${norm}\n" ### Copy files to proper locations echo -e "${mag}---------------------${norm}" +echo "(please note any errors below)" -## Copy root's .bashrc -echo -e "\ncopying .bashrc to /root..." +## Copy clean .bashrc for root user +echo -e "\ncopying ${yellow}.bashrc${norm} to ${yellow}/root${norm}" # backup cp -f /root/.bashrc /root/.bashrc.original # copy new cp -f config/root/.bashrc /root/.bashrc -echo "...done" ## Copy profile template files and skel files echo -e "\ncopying default bash profile files..."