summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gogentoo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogentoo.go b/gogentoo.go
index bfbcd0b..e1af15a 100644
--- a/gogentoo.go
+++ b/gogentoo.go
@@ -13,7 +13,7 @@ import (
func main() {
- //waitForPostgres()
+ waitForPostgres()
errorLogFile := logger.CreateLogFile(config.LogFile())
defer errorLogFile.Close()