From 1bf18b5a8a5b4b91d597f6b1109b9ccc07ea6f4b Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi Date: Mon, 10 Jul 2023 16:24:32 +0200 Subject: [PATCH] add chown for .cache and .config for arm64 --- images/macos/provision/core/powershell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/provision/core/powershell.sh b/images/macos/provision/core/powershell.sh index 6d3ce1b6f..1060a99e2 100644 --- a/images/macos/provision/core/powershell.sh +++ b/images/macos/provision/core/powershell.sh @@ -42,7 +42,7 @@ for module in ${psModules[@]}; do done if [[ $arch == "arm64" ]]; then - sudo chown -R $USER ~/.local + sudo chown -R $USER ~/.local ~/.cache ~/.config fi # A dummy call to initialize .IdentityService directory