diff options
Diffstat (limited to 'abs/extra-testing/community/foldingathome/run')
-rw-r--r-- | abs/extra-testing/community/foldingathome/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra-testing/community/foldingathome/run b/abs/extra-testing/community/foldingathome/run index ede51f2..cd4a072 100644 --- a/abs/extra-testing/community/foldingathome/run +++ b/abs/extra-testing/community/foldingathome/run @@ -22,5 +22,5 @@ if [ -d $FOLDING_DIR ] ; then # No need to direct output to a log file becase a log file # will automatically be placed in $FOLDING_DIR - exec /usr/bin/fah6 -verbosity 9 &> /dev/null < /dev/null + exec /usr/bin/fah6 &> /dev/null < /dev/null fi |