diff options
-rwxr-xr-x | rc.d/init.d/functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 |