Minor changes.

This commit is contained in:
2018-01-08 01:37:38 +01:00
parent a412d018af
commit dd9bc839a7
2 changed files with 5 additions and 2 deletions

View File

@ -83,7 +83,7 @@ fatal (){
if $terminal ; then
echo -e "\t[ \033[31m\033[1mFatal\033[m ]: \033[37m\033[1m$*\033[m"
echo ""
echo -e "\t\033[31m\033[1m Firewall Script will be interrupted..\033[m\033[m"
echo -e "\t\033[31m\033[1m Script will be interrupted..\033[m\033[m"
else
echo "fatal: $*"
echo "Script will be interrupted.."