From: Martin Mares Date: Wed, 20 Mar 2002 11:56:38 +0000 (+0000) Subject: Copy only dotfiles from the template dir (not CVS/*). X-Git-Tag: python-dummy-working~490 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8784ed78c5f8e37469eddc00fee49d70ae80afbb;p=eval.git Copy only dotfiles from the template dir (not CVS/*). --- 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