diff --git a/config/config.go b/config/config.go index a256756..300e371 100644 --- a/config/config.go +++ b/config/config.go @@ -26,7 +26,9 @@ func LoadOrInit() { log.Printf("Trying to load from %s\n", configPath) _, err := os.Stat(configPath) if os.IsNotExist(err) { - log.Printf("Initialising empty config") + log.Printf("NOTE: No config file, writing out sample configuration") + log.Printf("You need to set the configuration via the web interface") + Config.WebHookURL = "" Config.Path = homeDir() + string(os.PathSeparator) + "screenshots" Config.Watch = 10 diff --git a/data/config.html b/data/config.html index 5cc2579..0377f50 100644 --- a/data/config.html +++ b/data/config.html @@ -51,7 +51,7 @@