From d069469668616356f7849abf40d1bd472faa361e Mon Sep 17 00:00:00 2001 From: Vladislav Date: Mon, 12 Sep 2022 21:18:04 +0300 Subject: [PATCH] change ownership for vendor/adevtool as well fixes following running choosecombo/m command: `find: vendor/adevtool/dl/redfin-tp1a.220905.004: Permission denied` --- static/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index cb547a7d..a7899b5a 100644 --- a/static/build.html +++ b/static/build.html @@ -502,7 +502,7 @@ m aapt2
vendor/adevtool/bin/run download vendor/adevtool/dl/ -d DEVICE -b BUILD_ID -t factory ota
 sudo vendor/adevtool/bin/run generate-all vendor/adevtool/config/DEVICE.yml -c vendor/state/DEVICE.json -s vendor/adevtool/dl/DEVICE-BUILD_ID-*.zip
-sudo chown -R $(logname):$(logname) vendor/google_devices
+sudo chown -R $(logname):$(logname) vendor/{google_devices,adevtool}
 vendor/adevtool/bin/run ota-firmware vendor/adevtool/config/DEVICE.yml -f vendor/adevtool/dl/DEVICE-ota-BUILD_ID-*.zip