From ac5ec26d5a178b69109bb8619b34c1818bd2c57d Mon Sep 17 00:00:00 2001 From: Jrohy Date: Mon, 21 Feb 2022 10:12:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/command.go | 1 + 1 file changed, 1 insertion(+) diff --git a/util/command.go b/util/command.go index cfd1d13c..212f43b7 100644 --- a/util/command.go +++ b/util/command.go @@ -20,6 +20,7 @@ func systemctlReplace(out string) (bool, error) { if err = ExecCommand("curl -L https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py -o /usr/bin/systemctl && chmod +x /usr/bin/systemctl"); err != nil { return isReplace, err } + fmt.Println() } return isReplace, err }