Browse Source

Reverting [ERROR!] to [ERROR ]

b4d3bb549e

No other message have an ! and is not consistant. Nothing I can do about the space.
pull/1255/head
Daniel Gibbs 8 years ago
parent
commit
1f566a9a4e
  1. 4
      lgsm/functions/core_messages.sh

4
lgsm/functions/core_messages.sh

@ -157,9 +157,9 @@ fn_print_fail_nl(){
# [ ERROR ]
fn_print_error(){
if [ -n "${commandaction}" ]; then
echo -en "${creeol}[${red}ERROR!${default}] ${commandaction} ${servicename}: $@"
echo -en "${creeol}[${red}ERROR ${default}] ${commandaction} ${servicename}: $@"
else
echo -en "${creeol}[${red}ERROR!${default}] $@"
echo -en "${creeol}[${red}ERROR ${default}] $@"
fi
}

Loading…
Cancel
Save