aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2022-11-24 17:01:38 +0100
committerGitHub <noreply@github.com>2022-11-24 17:01:38 +0100
commit3384454f571b30a00e23d4e4bab98978f2c9aec5 (patch)
treed7f393393738611b5fbfcd6944b6776ca40f2bb5 /client
parent22e91538da2029211bd9d640ec9e34e2fb3a8410 (diff)
Fix directory permissions of $VESPA_HOME/var/vespa/cache
Diffstat (limited to 'client')
-rw-r--r--client/go/vespa/prestart.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/go/vespa/prestart.go b/client/go/vespa/prestart.go
index c102e1ed41b..6995129ae20 100644
--- a/client/go/vespa/prestart.go
+++ b/client/go/vespa/prestart.go
@@ -52,6 +52,7 @@ func RunPreStart() error {
fixSpec.FixDir("var/vespa/application")
fixSpec.FixDir("var/vespa/bundlecache")
fixSpec.FixDir("var/vespa/bundlecache/configserver")
+ fixSpec.FixDir("var/vespa/cache")
fixSpec.FixDir("var/vespa/cache/config")
// fix wrong ownerships within directories:
var fixer fs.WalkDirFunc = func(path string, d fs.DirEntry, err error) error {