Fixes #42734 - typo in update-rc.d detection

pull/42741/head
Dennis Conrad 6 years ago committed by Brian Coca
parent 1fdd84b88c
commit f0463befc7

@ -155,7 +155,7 @@ def main():
# locate binaries for service management
paths = ['/sbin', '/usr/sbin', '/bin', '/usr/bin']
binaries = ['chkconfig', ' update-rc.d', 'insserv', 'service']
binaries = ['chkconfig', 'update-rc.d', 'insserv', 'service']
# Keeps track of the service status for various runlevels because we can
# operate on multiple runlevels at once

Loading…
Cancel
Save