Skip to content

Commit

Permalink
Fix regression: server does not automatically unpack assets
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Jun 8, 2020
1 parent 1e3a26f commit 71d7349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ var rootCmd = &cobra.Command{
logFile := initLogging(appDir)
defer logFile.Close()

assets.Setup(false)
certs.SetupCAs()

serverConfig := configs.GetServerConfig()
Expand Down

0 comments on commit 71d7349

Please sign in to comment.