From 8784ed78c5f8e37469eddc00fee49d70ae80afbb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 20 Mar 2002 11:56:38 +0000 Subject: [PATCH] Copy only dotfiles from the template dir (not CVS/*). --- bin/mo-create-contestants | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mo-create-contestants b/bin/mo-create-contestants index bd56fd1..28f6415 100755 --- a/bin/mo-create-contestants +++ b/bin/mo-create-contestants @@ -15,7 +15,7 @@ for a in `awk = '$CT_UID_MIN' && $3 <= '$CT_UID_MAX' mkdir $a $a/$a chown root.$a $a chmod 750 $a - cp -a `find $H/template -type f` $a/$a/ + cp -a `find $H/template -type f -name ".*"` $a/$a/ chown $a.$a $a/$a -R chmod 700 $a/$a done -- 2.39.2