summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-04-18 18:53:37 +0000
committerBill Nottingham <notting@redhat.com>2005-04-18 18:53:37 +0000
commit360849d6116d6bfb72874a814e6ad344f39f40fc (patch)
tree1ce1fd2e63ad8d4e2ee52e1b69d49c9e1c997428
parentcf2f094c32abb07c9f8eb3c85dedfbb5144b33f7 (diff)
downloadinitscripts-360849d6116d6bfb72874a814e6ad344f39f40fc.tar.gz
initscripts-360849d6116d6bfb72874a814e6ad344f39f40fc.tar.xz
initscripts-360849d6116d6bfb72874a814e6ad344f39f40fc.zip
fix echo (#155270)
-rwxr-xr-xrc.d/init.d/functions2
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