Commit Diff
Commit:
bc1df5d6804ac5d1471b3f732be78dd622d9b6a5
Date:
Sat Aug 27 08:45:02 2022
UTC
Message:
chmod a+r the exported parts so they can be served
--- filter-export
+++ filter-export
@@ -4,6 +4,7 @@ cat > "$OUTDIR/$path"
# save the input
cat > "$OUTDIR/$path"
+chmod a+r "$OUTDIR/$path"
echo "<li><a href='/$path'>$(file -b "$OUTDIR/$path")</a></li>" >> $PARTS_PATH
exit 0
Omar Polo