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..."