From 360849d6116d6bfb72874a814e6ad344f39f40fc Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 18 Apr 2005 18:53:37 +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 907fee10..04d86d2b 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -435,7 +435,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