mirror of https://github.com/BOINC/boinc.git
- update_versions: touch trigger file so that feeder rereads DB
svn path=/trunk/boinc/; revision=24458
This commit is contained in:
parent
9292a792e9
commit
8e689c7434
|
@ -7651,3 +7651,9 @@ David 21 Oct 2011
|
|||
|
||||
lib/
|
||||
coproc.cpp
|
||||
|
||||
David 21 Oct 2011
|
||||
- update_versions: touch trigger file so that feeder rereads DB
|
||||
|
||||
tools/
|
||||
update_versions
|
||||
|
|
|
@ -445,5 +445,6 @@ function scan_apps() {
|
|||
}
|
||||
|
||||
scan_apps();
|
||||
touch("reread_db"); // if feeder is running, tell it to reread DB
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue