mirror of https://github.com/containers/podman.git
Merge pull request #1736 from giuseppe/rootless-drop-run-postfix
rootless: do not add an additional /run to runroot
This commit is contained in:
commit
e75469ab99
|
@ -256,7 +256,7 @@ func GetRootlessStorageOpts() (storage.StoreOptions, error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return opts, err
|
return opts, err
|
||||||
}
|
}
|
||||||
opts.RunRoot = filepath.Join(rootlessRuntime, "run")
|
opts.RunRoot = rootlessRuntime
|
||||||
|
|
||||||
dataDir := os.Getenv("XDG_DATA_HOME")
|
dataDir := os.Getenv("XDG_DATA_HOME")
|
||||||
if dataDir == "" {
|
if dataDir == "" {
|
||||||
|
|
Loading…
Reference in New Issue