Better to show stderr now.
This commit is contained in:
parent
ea2d9fbd81
commit
670e5b630e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue