diff options
Diffstat (limited to 'cmd/podman/exec.go')
-rw-r--r-- | cmd/podman/exec.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/exec.go b/cmd/podman/exec.go index fc1c76e9f..b8510f09a 100644 --- a/cmd/podman/exec.go +++ b/cmd/podman/exec.go @@ -67,7 +67,6 @@ func execCmd(c *cliconfig.ExecValues) error { if c.Latest { argStart = 0 } - rootless.SetSkipStorageSetup(true) cmd := args[argStart:] runtime, err := libpodruntime.GetRuntime(&c.PodmanCommand) if err != nil { |