Skip to content

Commit

Permalink
Merge pull request #66 from glerchundi/master
Browse files Browse the repository at this point in the history
fix: incorrect reference to envdirs
  • Loading branch information
glerchundi committed Jun 15, 2015
2 parents 6a88ecd + 3796bf8 commit a10bc43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/overlay-rootfs/etc/s6/init/init-stage1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

##
## create env folder for each init stage, although stage1 is always copied from
## /etc/s6/init/env, it's made available in /var/run/s6/env/stage1 just for
## /etc/s6/init/env, it's made available in /var/run/s6/env-stage1 just for
## consistency.
##

Expand All @@ -28,7 +28,7 @@

##
## run everything else with only the environment defined in
## /var/run/s6/env/stage1. Programs can get back the container
## /var/run/s6/env-stage1. Programs can get back the container
## environment by using "with-contenv program".
##

Expand Down

0 comments on commit a10bc43

Please sign in to comment.