From 3cd9a44b08e7c3598709024b2e26a4ed1be2cf12 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 18 Apr 2005 18:53:01 +0000 Subject: fix echo (#155270) --- rc.d/init.d/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/init.d/functions') diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 637231fe..7e9de7a5 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -418,7 +418,7 @@ action() { if [ "$rc" = "0" ]; then echo_success > /etc/rhgb/temp/rhgb-console else - echo_failed > /etc/rhgb/temp/rhgb-console + echo_failure > /etc/rhgb/temp/rhgb-console [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --details=yes fi echo -- cgit v1.2.1