mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 22:12:10 +01:00
Fix comments
TEST=None BUG=chromium-os:22069 Change-Id: I1f92395a2839ac7d6178598d76161334e00812b0 Reviewed-on: http://gerrit.chromium.org/gerrit/10672 Commit-Ready: Kris Rambish <krisr@chromium.org> Reviewed-by: Kris Rambish <krisr@chromium.org> Tested-by: Kris Rambish <krisr@chromium.org> Reviewed-by: Stanley Wong <stanleyw@chromium.org>
This commit is contained in:
parent
1c165c055b
commit
d1b808a6ae
@ -148,9 +148,9 @@ fi
|
|||||||
sudo chown -R 1000 "${ROOT_FS_DIR}/usr/local/autotest"
|
sudo chown -R 1000 "${ROOT_FS_DIR}/usr/local/autotest"
|
||||||
sudo chgrp -R 1000 "${ROOT_FS_DIR}/usr/local/autotest"
|
sudo chgrp -R 1000 "${ROOT_FS_DIR}/usr/local/autotest"
|
||||||
|
|
||||||
# Based on how the autotest package it extracted the user running in the chroot
|
# Based on how the autotest package is extracted, the user running in the chroot
|
||||||
# may not have access to navigate into this folder because own the owner
|
# may not have access to navigate into this folder because only the owner
|
||||||
# (chronos) has access. This fixes that so that other can as well.
|
# (chronos) has access. This fixes that so anyone can access.
|
||||||
sudo chmod 747 -R "${ROOT_FS_DIR}/usr/local/autotest"
|
sudo chmod 747 -R "${ROOT_FS_DIR}/usr/local/autotest"
|
||||||
|
|
||||||
# Setup permissions and symbolic links
|
# Setup permissions and symbolic links
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user