From 9110dd54a15f3d0fcf6f60936e01d816b667b93c Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Mon, 4 Jan 2016 12:44:22 -0500 Subject: Added license validation and settings --- mattermost.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mattermost.go') diff --git a/mattermost.go b/mattermost.go index f86af76e3..f6abb9019 100644 --- a/mattermost.go +++ b/mattermost.go @@ -67,6 +67,8 @@ func main() { api.InitApi() web.InitWeb() + utils.LoadLicense() + if flagRunCmds { runCmds() } else { -- cgit v1.2.3-1-g7c22