commit | 90961dee4e4f34cca8c7206c3a34e1341ac5ec42 | [log] [tgz] |
---|---|---|
author | Prasad Vuppalapu <prasadv@google.com> | Fri Feb 25 22:43:29 2022 |
committer | Prasad Vuppalapu <prasadv@chromium.org> | Fri Feb 25 23:35:43 2022 |
tree | acc20c84fab5ba40b6f87fbc3946378a05ade631 | |
parent | 3d352940bfd89abc7ddefdaf7d000e4463d4de53 [diff] |
[satlab]: Fix file path for service accout Change-Id: I371f6e33cb4d44c4802579b5c61960700bd6b3c2 Bug:None Test:None Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/satlab/+/3490329 Reviewed-by: Anh Le <anhdle@chromium.org> Commit-Queue: Prasad Vuppalapu <prasadv@chromium.org> Tested-by: Prasad Vuppalapu <prasadv@chromium.org>
diff --git a/src/dockerfiles/satlab_remote_access/tools/satlab_setup b/src/dockerfiles/satlab_remote_access/tools/satlab_setup index 7104e4c..be1d768 100755 --- a/src/dockerfiles/satlab_remote_access/tools/satlab_setup +++ b/src/dockerfiles/satlab_remote_access/tools/satlab_setup
@@ -60,7 +60,7 @@ echo "Failed to download service account key, please try again!" exit fi -chmod 666 /home/satlab/keys satlab_service_account.json +chmod 666 /home/satlab/keys/satlab_service_account.json echo "Configuring Satlab Privileges successful, please reboot" echo