Compare commits

...

2 Commits

Author SHA1 Message Date
Asif Bacchus 40a6d0cfb0 remove un-needed formatting vars 2019-05-20 17:50:25 -06:00
Asif Bacchus 1cffb137d6 remove working text 2019-05-20 17:49:53 -06:00
1 changed files with 0 additions and 9 deletions

View File

@ -8,13 +8,9 @@
### set script output colours ### set script output colours
normal="\e[0m" normal="\e[0m"
bold="\e[1m"
default="\e[39m"
err="\e[1;31m" err="\e[1;31m"
warn="\e[1;93m"
ok="\e[32m" ok="\e[32m"
lit="\e[93m" lit="\e[93m"
op="\e[39m"
info="\e[96m" info="\e[96m"
note="\e[95m" note="\e[95m"
@ -116,11 +112,6 @@ echo -e "${info}Copy jail configuration files${normal} -- ${ok}[OK]${normal}"
echo echo
echo -e "${note}------------------------------------------------------------" \ echo -e "${note}------------------------------------------------------------" \
"--------------------${normal}" "--------------------${normal}"
Script operations completed successfully.
You can now customize the template files if/as your desire. Then do the following to load and confirm your new configuration:
echo -e "${ok}Script operations completed successfully!" echo -e "${ok}Script operations completed successfully!"
echo echo
echo -e "${info}You can now customize the template files if/as you desire." \ echo -e "${info}You can now customize the template files if/as you desire." \