This website works better with JavaScript
Home
Explore
Help
Register
Sign In
apache
/
ambari
mirror of
https://gitee.com/freeshow_me/ambari
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
AMBARI-3145. ambari-agent service script should return non-zero when the agent is not running. Fixed service script as well. (Vitaly Brodetskyi via dlysnichenko)
Lisnichenko Dmitro
11 years ago
parent
0dfd27ea02
commit
59998d8cb0
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
ambari-agent/etc/init.d/ambari-agent
+ 1
- 0
ambari-agent/etc/init.d/ambari-agent
View File
@@ -28,6 +28,7 @@ case "$1" in
;;
status)
/usr/sbin/ambari-agent $@
+ exit $?
;;
restart)
$0 stop