fixed case of comments because I have OCD

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

View File

@ -15,14 +15,14 @@ err="\e[1;31m"
ok="\e[1;32m"
### Verify this script is running as root, otherwise exit with notification
### verify this script is running as root, otherwise exit with notification
if [ $(id -u) -ne 0 ]; then
echo -e "\n${err}This script MUST be run as ROOT. Exiting${norm}"
exit 1
fi
### Let user know what's happening
### let user know what's happening
echo -e "\n${norm}This script will copy TEMPLATE files to various locations in order to customize"
echo "your system. Backups will be created in-place with the extension '.original'"
echo -e "\n${yellow}Please note: It's still up to you to customize the template files with settings"
@ -30,7 +30,7 @@ echo "appropriate to your environment!"
echo -e "\n${cyan}Details about template files are in the readme.md files within each directory"
echo -e "in this archive.${norm}\n"
### Copy files to proper locations
### copy files to proper locations
echo -e "${mag}---------------------${norm}"
echo "(please note any errors below)"