diff options
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -7,7 +7,6 @@ import ( "errors" "os" "path/filepath" - "time" "go.wit.com/log" ) @@ -120,9 +119,6 @@ func (c *ForgeConfigs) ConfigLoad() error { if _, err := os.Stat(cpath); err == nil { log.Info("Something has gone wrong. Your", os.Getenv("FORGE_CONFIG"), "directory exists") log.Info("However, the config files could not be loaded") - time.Sleep(2 * time.Second) - os.Exit(-1) - // return errors.New("config files can not be loaded from" + os.Getenv("FORGE_CONFIG")) } // first time user. make a template config file |
