Better to show stderr now.

This commit is contained in:
Ralph Bean 2015-06-18 19:19:47 +00:00
parent ea2d9fbd81
commit 670e5b630e

View file

@ -8,6 +8,6 @@ for f in `find -type f -mtime -30 | grep -v "fedora-meeting\."`
do
teamname=$(basename $f | awk -F. '{ print $1 }' )
mkdir -p $BASELOCATION/$teamname
ln -f -s $PWD/$f $BASELOCATION/$teamname/ 2> /dev/null
ln -f -s $PWD/$f $BASELOCATION/$teamname/
done