From 08d5b93095ed5b27a2321e2f7e242425e908064d Mon Sep 17 00:00:00 2001 From: Brant Fitzsimmons Date: Mon, 23 Jun 2014 12:56:26 -0400 Subject: [PATCH] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c4eb37..f75cb3c 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Note that the shell script must run the daemon **without letting it daemonize/fo The baseimage-docker init system, `/sbin/my_init`, runs the following scripts during startup, in the following order: - * All executable scripts in `/etc/my_init.d`, if this directory exists. The scripts are run during in lexicographic order. + * All executable scripts in `/etc/my_init.d`, if this directory exists. The scripts are run in lexicographic order. * The script `/etc/rc.local`, if this file exists. All scripts must exit correctly, e.g. with exit code 0. If any script exits with a non-zero exit code, the booting will fail.