From 8c49091ed683e548283afecd3baf35b58b06de1d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 9 Jan 2019 01:07:05 -0700 Subject: [PATCH] fixed case of comments because I have OCD --- customize.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.sh b/customize.sh index 1b60f71..6310bf1 100644 --- a/customize.sh +++ b/customize.sh @@ -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)"