2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Modify to work better in a RHEL6/RHEL7 agnostic way

This commit is contained in:
Jarrod Johnon 2014-11-04 13:34:26 -05:00
parent 74a83a4502
commit af9a5c13c1

View File

@ -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