forked from Docker/baseimage-docker
Fix typo in my_init
This commit is contained in:
@@ -261,7 +261,7 @@ def wait_for_runit_services():
|
||||
# not to shutdown services that are already being started.
|
||||
# So during shutdown we repeatedly instruct Runit to shutdown
|
||||
# services.
|
||||
shutdown_runit_services(true)
|
||||
shutdown_runit_services(True)
|
||||
|
||||
def install_insecure_key():
|
||||
info("Installing insecure SSH key for user root")
|
||||
|
||||
Reference in New Issue
Block a user