From 6837ddf68f13a1633ea868ab55d71389ca5bc175 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 27 Feb 2015 04:02:15 +0100 Subject: Version 0.2. Sends E-Mails now. Also sticky post on index page to quickly inform people. Concatenated all CSS and JavaScript files. --- app/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/Makefile') diff --git a/app/Makefile b/app/Makefile index c53bfbb..70a07b1 100644 --- a/app/Makefile +++ b/app/Makefile @@ -143,4 +143,11 @@ gen_config: _test_build @echo "# Http" >> _env.sh echo "export STATUS_HTTP_IP=$(STATUS_HTTP_IP)" >> _env.sh echo "export STATUS_HTTP_PORT=$(STATUS_HTTP_PORT)" >> _env.sh + @echo "" + echo "export STATUS_SECRET=$(STATUS_SECRET)" >> _env.sh + @echo "" + @echo "# Smtp" >> _env.sh + echo "export STATUS_SMTP_MAILER=$(STATUS_SMTP_MAILER)" >> _env.sh + echo "export STATUS_SMTP_PASSWORD=$(STATUS_SMTP_PASSWORD)" >> _env.sh + echo "export STATUS_SMTP_ADRESS=$(STATUS_SMTP_ADRESS)" >> _env.sh @chmod +x _env.sh -- cgit v1.2.3