summaryrefslogtreecommitdiff
path: root/plugins/files/bin/get.d.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2010-04-14 18:27:44 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:20 -0600
commitf2112762334c10820436394aa109e71f63cf68b8 (patch)
treec04f0728de404f844962975deedaee32302a644e /plugins/files/bin/get.d.sh
parentb2f69e2a90adce58775b76fd24c75e3ab51da4b6 (diff)
I'm commiting these partial changes in case I ever need to come back to it.
See, I just had a brain-gasm on how I can make the module system better.
Diffstat (limited to 'plugins/files/bin/get.d.sh')
-rw-r--r--plugins/files/bin/get.d.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/files/bin/get.d.sh b/plugins/files/bin/get.d.sh
index 89bd92a..646e29d 100644
--- a/plugins/files/bin/get.d.sh
+++ b/plugins/files/bin/get.d.sh
@@ -38,7 +38,7 @@ while read line; do
i="`echo "$line" | cut -f4`" # ID
n="`echo "$line" | cut -f5-`" # name
"$RVS" get "$n" "$i"
- #chmod "$p" "$n"
+ chmod "$p" "$n"
#chown "$o:$g" "$n"
done < "$tmp"