diff --git a/main.go b/main.go index 76d26f69d685ae45af18cdce8b8e58fabf2f0d1d..2d69d4b8219708952a262c4fa60604a5008823cb 100644 --- a/main.go +++ b/main.go @@ -91,7 +91,7 @@ func triggerPuppet(w http.ResponseWriter, req *http.Request) { statusFile = "/tmp/401.json" //w.WriteHeader(http.StatusUnauthorized) http.Error(w, ko, http.StatusUnauthorized) - http.ServeFile(w, req, "/tmp/401.json") + //http.ServeFile(w, req, "/tmp/401.json") //http.ServeFile(w, req, statusFile) } else { cmd.Run()