From 6d5518974f3afba09dedec236dbb2cc8b1c2123d Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Fri, 8 Jul 2016 18:50:44 +0200 Subject: [PATCH] Fix typo in my_init --- image/bin/my_init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/bin/my_init b/image/bin/my_init index bcdbc05..0b2b633 100755 --- a/image/bin/my_init +++ b/image/bin/my_init @@ -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")