From 662ea51a86049853c0a8e279e5b515b80d5123d8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Apr 2010 18:27:44 -0400 Subject: 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. --- rvs/plugins/files/bin/get.d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rvs/plugins/files/bin/get.d.sh') 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" -- cgit v1.2.3