Skip to content

Commit

Permalink
优化显示
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Feb 21, 2022
1 parent 3b50517 commit ac5ec26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ac5ec26

Please sign in to comment.