forked from mirrors/nixpkgs
stage-1-init: Close temporary file descriptor
Otherwise this fd will be inherited all the way into the Upstart jobs.
This commit is contained in:
parent
e33dfa936f
commit
66ff6a382a
|
@ -329,6 +329,8 @@ while read -u 3 mountPoint; do
|
|||
mountFS "$device" "$mountPoint" "$options" "$fsType"
|
||||
done
|
||||
|
||||
exec 3>&-
|
||||
|
||||
|
||||
@postMountCommands@
|
||||
|
||||
|
|
Loading…
Reference in a new issue