summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh3
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