fixed dash line formatting

This commit is contained in:
Asif Bacchus 2019-05-21 03:21:16 -06:00
parent 16734d44f7
commit 67d75486e3
1 changed files with 4 additions and 8 deletions

View File

@ -60,8 +60,7 @@ echo "(testing: base-dir is: ${F2B_DIR})"
### user info preamble ### user info preamble
echo echo
echo -e "${note}------------------------------------------------------------" \ echo -e "${note}--------------------------------------------------------------------------------${normal}"
"--------------------${normal}"
echo -e "${info}This script will copy customized configuration files to your" \ echo -e "${info}This script will copy customized configuration files to your" \
"fail2ban" "fail2ban"
echo -e "configuration directory. It will backup any existing files with the" \ echo -e "configuration directory. It will backup any existing files with the" \
@ -73,8 +72,7 @@ echo -e "${info}Please ensure you have reviewed the ${note}README${info} in" \
echo -e "associated wiki or the blog post at${note}" \ echo -e "associated wiki or the blog post at${note}" \
"https://mytechiethoughts.com${info} to understand" "https://mytechiethoughts.com${info} to understand"
echo -e "how to customize these template files.${normal}" echo -e "how to customize these template files.${normal}"
echo -e "${note}------------------------------------------------------------" \ echo -e "${note}--------------------------------------------------------------------------------${normal}"
"--------------------${normal}"
echo echo
@ -111,8 +109,7 @@ echo -e "${info}Copy jail configuration files${normal} -- ${ok}[OK]${normal}"
### user post-amble ### user post-amble
echo echo
echo -e "${note}------------------------------------------------------------" \ echo -e "${note}--------------------------------------------------------------------------------${normal}"
"--------------------${normal}"
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." \
@ -125,8 +122,7 @@ echo
echo -e "${note}To revert your configuration, simply copy the ${lit}.original" \ echo -e "${note}To revert your configuration, simply copy the ${lit}.original" \
"${note}files over the modified" "${note}files over the modified"
echo -e "files. For example, ${lit}cp jail.local.original jail.local${normal}" echo -e "files. For example, ${lit}cp jail.local.original jail.local${normal}"
echo -e "${note}--------------------------------Script--Complete------------" \ echo -e "${note}--------------------------------Script--Complete--------------------------------${normal}"
"--------------------${normal}"
echo echo