change to actual host config, before executing it

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-09-21 20:08:58 +02:00
parent 9668e37fca
commit c525129bdd
1 changed files with 5 additions and 0 deletions

View File

@ -33,4 +33,9 @@ fi
# Run the manifest, but abort on first error
set -e
# change to config dir, to be able to use relative filenames
cd "${conf}"
# And apply the stuff
. "${conf}/manifest"