All of lore.kernel.org
 help / color / mirror / Atom feed
* [tisdk-setup-scripts][PATCH] setup-target-nfs: Fix 'chown' arguments for /opt directory.
@ 2015-01-06 14:13 Jacob Stiffler
  2015-01-06 18:12 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2015-01-06 14:13 UTC (permalink / raw)
  To: meta-arago

* 'chown' command was missing owner:group options.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 setup-targetfs-nfs.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-targetfs-nfs.sh b/setup-targetfs-nfs.sh
index 695f799..d8d6805 100644
--- a/setup-targetfs-nfs.sh
+++ b/setup-targetfs-nfs.sh
@@ -70,7 +70,7 @@ extract_fs() {
     # Opt isn't a standard Linux directory. First make sure it exist.
     if [ -d $1/opt ];
     then
-            sudo chown -R $1/opt
+            sudo chown -R $me:$me $1/opt
             check_status
     fi
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-06 18:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-06 14:13 [tisdk-setup-scripts][PATCH] setup-target-nfs: Fix 'chown' arguments for /opt directory Jacob Stiffler
2015-01-06 18:12 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.