Changes between Version 12 and Version 13 of BOINC/DRBL-Live
- Timestamp:
- Sep 3, 2008, 10:17:39 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOINC/DRBL-Live
v12 v13 33 33 {{{ 34 34 #!diff 35 --- /opt/drbl/sbin/drbl-live-boinc.bak 2008-09-02 16:26:43.126845820 +0000 36 +++ /opt/drbl/sbin/drbl-live-boinc 2008-09-02 16:29:17.034772919 +0000 37 @@ -31,7 +31,7 @@ 38 [ -n "$(echo $url | grep -E "^#")" ] && continue # skip the comment lines 39 if [ -n "$url" -a -n "$auth" ]; then 40 echo "Attaching project $url..." 41 - boinc_cmd --project_attach $url $auth 42 + boinc_cmd --project_attach $url $auth --set_run_mode always 43 fi 44 done < $BOINC_CONF 35 45 }}}