Browse Source

Removed ! from error again

pull/1279/head
Daniel Gibbs 8 years ago
parent
commit
d0ccb28fd4
  1. 4
      lgsm/functions/core_messages.sh

4
lgsm/functions/core_messages.sh

@ -165,9 +165,9 @@ fn_print_error(){
fn_print_error_nl(){
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
sleep 0.5
echo -en "\n"

Loading…
Cancel
Save