Merge branch 'master' of ssh://suricata.monotremata.xyz/dockerfiles

main
Ricard Illa 2021-02-15 14:48:58 +01:00
commit e6cfb75749
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,11 @@ run_pystagit () {
mkdir -p "${out_dir}" && \
cd "${out_dir}" && \
/usr/bin/pystagit "${repo_dir}" && \
ln -sf files.html index.html
if [ -f about.html ]; then
ln -sf about.html index.html
else
ln -sf log.html index.html
fi
}
set_url () {