mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
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.
|
# not to shutdown services that are already being started.
|
||||||
# So during shutdown we repeatedly instruct Runit to shutdown
|
# So during shutdown we repeatedly instruct Runit to shutdown
|
||||||
# services.
|
# services.
|
||||||
shutdown_runit_services(true)
|
shutdown_runit_services(True)
|
||||||
|
|
||||||
def install_insecure_key():
|
def install_insecure_key():
|
||||||
info("Installing insecure SSH key for user root")
|
info("Installing insecure SSH key for user root")
|
||||||
|
|||||||
Reference in New Issue
Block a user