summaryrefslogtreecommitdiff
path: root/app/main.go
diff options
context:
space:
mode:
authorHorus32015-02-20 23:43:36 +0100
committerHorus32015-02-20 23:43:36 +0100
commitc92989a8fc738094b205094a1bdd458a40c23d9c (patch)
tree45910c30216c81912d981e467582278c4fa35143 /app/main.go
parenta8d9e02831d4b01e47f24a30144b5522c03b2b8c (diff)
downloadstatuspage-c92989a8fc738094b205094a1bdd458a40c23d9c.tar.gz
Add more targets for make, env.sh and check for configuration.
Diffstat (limited to 'app/main.go')
-rw-r--r--app/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/main.go b/app/main.go
index 72be13c..3850a4d 100644
--- a/app/main.go
+++ b/app/main.go
@@ -16,6 +16,7 @@ var mainTempl = template.Must(template.New("global").ParseGlob("../views/*.html"
var c = cron.New()
func main() {
+ check()
run()
InitDB()
insertHost()