deblan-report/scripts/header

19 lines
280 B
Bash
Executable File

#!/bin/sh
. ./helpers/template
. ./helpers/hostname
. ./helpers/date
export hostname="$(get_hostname)"
export date="$(get_date)"
if [ -n "$LOGO_URL" ]; then
logo="$LOGO_URL"
else
logo="https://upload.deblan.org/u/2019-05/5cefbc0a.png"
fi
export logo
render_template header