diff --git a/wap/pkg/wifi/properties.go b/wap/pkg/wifi/properties.go index 169b62a..2e09169 100644 --- a/wap/pkg/wifi/properties.go +++ b/wap/pkg/wifi/properties.go @@ -260,7 +260,7 @@ func fetchLogsFromFile(ctx context.Context, name string, tailCount string) (stri fileName := "" switch name { case "MainService": - fileName = "/home/pi/fula.sh.log" + fileName = "/home/fula.sh.log" default: fileName = "" }