updated root user section

This commit is contained in:
Asif Bacchus 2019-01-09 01:02:21 -07:00
parent 2a8b6a1088
commit 8cd0429ce8
1 changed files with 3 additions and 3 deletions

View File

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