diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-05-17 20:18:10 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-05-17 20:18:10 (GMT) |
commit | 15cdc14d7113be4847859ab2be012c7afe63d1af (patch) | |
tree | 81691692826114eafd6b8013e86108bf41808613 /abs/extra-testing/community/foldingathome/run | |
parent | a0764ec0f733e7983d78e068bfbdfde282a7548b (diff) | |
download | linhes_pkgbuild-15cdc14d7113be4847859ab2be012c7afe63d1af.zip linhes_pkgbuild-15cdc14d7113be4847859ab2be012c7afe63d1af.tar.gz linhes_pkgbuild-15cdc14d7113be4847859ab2be012c7afe63d1af.tar.bz2 |
foldingathome: Remove "-verbosity 9" from run file. Closes #694
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 |