mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
Update main.go
errors here are often to do with a misconfigured semaphore
This commit is contained in:
parent
f4425b7813
commit
1c233e3c0d
@ -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