From d1b808a6ae2ed0b9e50758c138dc0c563ec214f5 Mon Sep 17 00:00:00 2001 From: Kris Rambish Date: Tue, 25 Oct 2011 13:48:09 -0700 Subject: [PATCH] Fix comments TEST=None BUG=chromium-os:22069 Change-Id: I1f92395a2839ac7d6178598d76161334e00812b0 Reviewed-on: http://gerrit.chromium.org/gerrit/10672 Commit-Ready: Kris Rambish Reviewed-by: Kris Rambish Tested-by: Kris Rambish Reviewed-by: Stanley Wong --- mod_test_image_for_pyauto.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod_test_image_for_pyauto.sh b/mod_test_image_for_pyauto.sh index 08a4e00d53..6909d522f7 100644 --- a/mod_test_image_for_pyauto.sh +++ b/mod_test_image_for_pyauto.sh @@ -148,9 +148,9 @@ fi sudo chown -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 -# may not have access to navigate into this folder because own the owner -# (chronos) has access. This fixes that so that other can as well. +# Based on how the autotest package is extracted, the user running in the chroot +# may not have access to navigate into this folder because only the owner +# (chronos) has access. This fixes that so anyone can access. sudo chmod 747 -R "${ROOT_FS_DIR}/usr/local/autotest" # Setup permissions and symbolic links