Updated the hourly script to automatically deal with all sites, and to allow for plugins.
This commit is contained in:
parent
2671feae26
commit
2756f43a78
5 changed files with 164 additions and 72 deletions
|
|
@ -17,7 +17,7 @@
|
|||
our $webguiRoot;
|
||||
|
||||
BEGIN {
|
||||
$webguiRoot = $ARGV[0] || "/data/WebGUI";
|
||||
$webguiRoot = $ARGV[0] || "..";
|
||||
unshift (@INC, $webguiRoot."/lib");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue