deblan-report/scripts/header

19 lines
280 B
Plaintext
Raw Normal View History

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