mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
commit
2bb0c7f9b7
@ -39,6 +39,7 @@ func main() {
|
||||
fmt.Printf("Tmp Path (projects home) %v\n", util.Config.TmpPath)
|
||||
|
||||
if err := db.Connect(); err != nil {
|
||||
fmt.Println("\n Have you run semaphore -setup?")
|
||||
panic(err)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user