- update_versions: touch trigger file so that feeder rereads DB

svn path=/trunk/boinc/; revision=24458
This commit is contained in:
David Anderson 2011-10-21 20:14:54 +00:00
parent 9292a792e9
commit 8e689c7434
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -445,5 +445,6 @@ function scan_apps() {
}
scan_apps();
touch("reread_db"); // if feeder is running, tell it to reread DB
?>