From 3690280fa982e6e10b5b22f6c1be14d3895561a9 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 28 Oct 2004 02:14:33 +0000 Subject: fix incorrect rhgb temp path (#137391) --- 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 c11d9cf9..907fee10 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/tmp/rhgb-console + echo_failed > /etc/rhgb/temp/rhgb-console [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --details=yes fi echo -- cgit v1.2.1