diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-07 09:02:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-07 09:02:43 +0200 |
commit | 118d149171d470070405cf18a27485d819a65111 (patch) | |
tree | 872ebb1eca0cf09f9da1c9c1cfb3517c87404006 | |
parent | 2c7e3a1c55cb9c24b2d9cc0c8f6bc212f9178044 (diff) | |
download | jenkins.debian.net-118d149171d470070405cf18a27485d819a65111.tar.xz |
reproducible coreboot: fix path
-rwxr-xr-x | bin/reproducible_coreboot.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 0a250ea2..1ff22e57 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -160,7 +160,7 @@ echo "========================================================================== echo "$(date -u) - Running $DBDVERSION on coreboot images now" echo "=============================================================================" # and creating the webpage while we're at it -PAGE=coreboot/coreboot.html +PAGE=$PWD/coreboot/coreboot.html cat > $PAGE <<- EOF <!DOCTYPE html> <html lang="en-US"> @@ -212,6 +212,7 @@ cat >> $PAGE <<- EOF EOF write_page_footer cd .. +PAGE=coreboot/coreboot.html publish_page # the end |