mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Modify to work better in a RHEL6/RHEL7 agnostic way
This commit is contained in:
parent
74a83a4502
commit
af9a5c13c1
@ -10,7 +10,7 @@
|
||||
### END INIT INFO
|
||||
if [ -f /etc/init.d/functions ]; then
|
||||
. /etc/init.d/functions
|
||||
LOG_SUCCESS=RHSuccess
|
||||
LOG_SUCCESS=success
|
||||
elif [ -f /lib/lsb/init-functions ]; then
|
||||
. /lib/lsb/init-functions
|
||||
LOG_SUCCESS=log_success_msg
|
||||
|
Loading…
Reference in New Issue
Block a user