Minor cleanup, added strings, added more information to response when error occurs
This commit is contained in:
1
app.go
1
app.go
@@ -149,6 +149,7 @@ func run(args options) {
|
||||
|
||||
// add handlers for /install paths, we only need them when we're not configured yet
|
||||
if config.firstRun {
|
||||
log.Printf("This is the first launch of AdGuard Home, redirecting everything to /install.html ")
|
||||
http.Handle("/install.html", preInstallHandler(http.FileServer(box)))
|
||||
registerInstallHandlers()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user