1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-25 20:07:55 +00:00

Fix typo in my_init

This commit is contained in:
Hongli Lai (Phusion)
2016-07-08 18:50:44 +02:00
parent a81f293bfb
commit 6d5518974f

View File

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