Match-id-63a2d5278bbd219223e2e3aba406814afd017522

This commit is contained in:
BianTanggui
2022-03-07 10:11:30 +08:00
parent 77a82e214d
commit d5714a6f6d
12 changed files with 274 additions and 149 deletions

View File

@@ -7,7 +7,6 @@ package main
import (
"bufio"
"encoding/json"
"flag"
"fmt"
"log"
"os"
@@ -364,7 +363,6 @@ func doPrestartHook() error {
func main() {
log.SetPrefix(loggingPrefix)
flag.Parse()
if err := doPrestartHook(); err != nil {
log.Fatal(err)