summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions/tech-support2
1 files changed, 2 insertions, 0 deletions
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