From fe64019b96d68ef6520c5fa049d358fa8043d96b Mon Sep 17 00:00:00 2001 From: nick Date: Mon, 20 Apr 2009 20:42:50 -0500 Subject: Small tweaks to allow the 3CD TOTSC installer to succeed. --- includes/generic-includes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/generic-includes.sh b/includes/generic-includes.sh index d4dcdb4..97926f0 100644 --- a/includes/generic-includes.sh +++ b/includes/generic-includes.sh @@ -69,7 +69,7 @@ function setperms find "$1" -type f -exec chmod 644 '{}' \; find "$1" -type f -iname '*.exe' -exec chmod 755 '{}' \; find "$1" -type f -iname '*.ini' -exec chmod 664 '{}' \; - chgrp -R games "$1" + chgrp -R games "$1" > /dev/null # fail silently if you don't use a games group. if [ -d "$1"/save ]; then chmod -R g+w "$1"/save fi -- cgit v1.2.3