mirror of
https://github.com/rancher/os.git
synced 2025-09-13 13:39:53 +00:00
Fix the wrong symlinks when using the custom docker engine
This commit is contained in:
@@ -137,7 +137,7 @@ func consoleInitFunc() error {
|
||||
}
|
||||
}
|
||||
|
||||
baseSymlink := symLinkEngineBinary(cfg.Rancher.Docker.Engine)
|
||||
baseSymlink := symLinkEngineBinary()
|
||||
|
||||
if _, err := os.Stat(dockerCompletionFile); err == nil {
|
||||
baseSymlink = append(baseSymlink, symlink{
|
||||
|
Reference in New Issue
Block a user