From 378778b29253151dacb9134b07f1255b9204fdf5 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Wed, 5 Dec 2007 14:10:23 -0800 Subject: use right permissions for tech-support saves --- functions/tech-support | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions/tech-support') diff --git a/functions/tech-support b/functions/tech-support index b2c9958..46f5827 100644 --- a/functions/tech-support +++ b/functions/tech-support @@ -168,6 +168,8 @@ header "END OF TECH-SUPPORT FILE" ) 1>&$OUT 2>&1 if [ $OUT != "1" ]; then + chgrp $DEFAULT_GROUP $OUT >& /dev/null + chmod 664 $OUT >& /dev/null echo "Done" fi -- cgit v1.2.3