mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
fix: init config in setup
This commit is contained in:
parent
bb7a156f10
commit
0e52c674b6
@ -32,7 +32,8 @@ func doSetup() int {
|
||||
setup.InteractiveSetup(config)
|
||||
|
||||
configPath := setup.SaveConfig(config)
|
||||
util.Config = config
|
||||
|
||||
util.ConfigInit(configPath)
|
||||
|
||||
fmt.Println(" Pinging db..")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user