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:
Eelco Dolstra 2012-08-07 10:05:33 -04:00
parent e33dfa936f
commit 66ff6a382a

View file

@ -329,6 +329,8 @@ while read -u 3 mountPoint; do
mountFS "$device" "$mountPoint" "$options" "$fsType"
done
exec 3>&-
@postMountCommands@