We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87e019 commit 4f4afdbCopy full SHA for 4f4afdb
internal/cvmfs/automount/automount.go
@@ -169,7 +169,7 @@ func setupCvmfs(o *Opts) error {
169
alienCache = DefaultAlienCachePath
170
}
171
// Make sure the volume is writeable by CVMFS processes.
172
- if err := os.Chmod(DefaultAlienCachePath, 0o777); err != nil {
+ if err := os.Chmod(alienCache, 0o777); err != nil {
173
return err
174
175
0 commit comments