fixed info blurb line spacing
This commit is contained in:
parent
908f74f917
commit
27cc38a9e0
11
customize.sh
11
customize.sh
@ -12,9 +12,12 @@ exit 1
|
||||
fi
|
||||
|
||||
### Let user know what's happening
|
||||
echo -e "\nThis script will copy TEMPLATE files to various locations in order to customize your system. Backups will be created in-place with the extension '.original'"
|
||||
echo -e "\n\e[0;33mPlease note: It's still up to you to customize the template files with settings appropriate to your environment!"
|
||||
echo -e "\n\e[0;36mDetails about template files are in the readme.md files within each directory in this archive.\e[0m\n"
|
||||
echo -e "\nThis 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\e[0;33mPlease note: It's still up to you to customize the template files with settings"
|
||||
echo "appropriate to your environment!"
|
||||
echo -e "\n\e[0;36mDetails about template files are in the readme.md files within each directory"
|
||||
echo -e "in this archive.\e[0m\n"
|
||||
|
||||
### Copy files to proper locations
|
||||
|
||||
@ -61,7 +64,7 @@ cp -f /etc/ssh/sshd_config /etc/ssh/sshd_config.original
|
||||
# copy new
|
||||
cp -f config/etc/ssh/sshd_config /etc/ssh/sshd_config
|
||||
echo "...done"
|
||||
|
||||
COMMENTBLOCK
|
||||
### Exit gracefully
|
||||
echo -e "\n\e[0;32mAll done!\n\e[0m"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user