summaryrefslogtreecommitdiff
path: root/rvs/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
commit662ea51a86049853c0a8e279e5b515b80d5123d8 (patch)
tree6a852f4f0ef50196d1b6659f5863872b1662357e /rvs/plugins/files/bin/get.d.sh
parent9a027edc9ab8cd71fba33b322845fce5451b9ea3 (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 'rvs/plugins/files/bin/get.d.sh')
-rw-r--r--rvs/plugins/files/bin/get.d.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rvs/plugins/files/bin/get.d.sh b/rvs/plugins/files/bin/get.d.sh
index 89bd92a..646e29d 100644
--- a/rvs/plugins/files/bin/get.d.sh
+++ b/rvs/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"