1
0

fix: 添加

This commit is contained in:
TsMask
2023-10-18 11:57:03 +08:00
parent e2d17640ef
commit 710e49e2e1
2 changed files with 2 additions and 1 deletions

View File

@@ -634,7 +634,7 @@ func ImportCmToNF(w http.ResponseWriter, r *http.Request) {
out, err := cmd.CombinedOutput()
log.Tracef("Exec output: %v", string(out))
if err != nil {
log.Error("Faile to execute rpm command:", err)
log.Error("Faile to execute command:", err)
services.ResponseInternalServerError500ProcessError(w, err)
return
}