diff options
Diffstat (limited to 'pki/base/kra')
-rwxr-xr-x | pki/base/kra/shared/etc/init.d/httpd | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/pki/base/kra/shared/etc/init.d/httpd b/pki/base/kra/shared/etc/init.d/httpd index 783948eff..899bd3112 100755 --- a/pki/base/kra/shared/etc/init.d/httpd +++ b/pki/base/kra/shared/etc/init.d/httpd @@ -797,8 +797,7 @@ start() if [ "$CONSOLETYPE" = "serial" ]; then echo -n " " fi - echo_success > /etc/rhgb/temp/rhgb-console - cat /etc/rhgb/temp/rhgb-console + echo_success echo else echo " [ OK ]" @@ -819,8 +818,7 @@ start() if [ "$CONSOLETYPE" = "serial" ]; then echo -n " " fi - echo_failure > /etc/rhgb/temp/rhgb-console - cat /etc/rhgb/temp/rhgb-console + echo_failure echo else echo " [ FAILED ]" @@ -875,8 +873,7 @@ stop() if [ "$CONSOLETYPE" = "serial" ]; then echo -n " " fi - echo_success > /etc/rhgb/temp/rhgb-console - cat /etc/rhgb/temp/rhgb-console + echo_success echo else echo " [ OK ]" @@ -886,8 +883,7 @@ stop() if [ "$CONSOLETYPE" = "serial" ]; then echo -n " " fi - echo_failure > /etc/rhgb/temp/rhgb-console - cat /etc/rhgb/temp/rhgb-console + echo_failure echo else echo " [ FAILED ]" |