The temporary paths (temp, lock, itemcache) are now detected automatically when used.
This commit is contained in:
@@ -84,7 +84,7 @@ function queue_run(&$argv, &$argc){
|
||||
load_config('config');
|
||||
load_config('system');
|
||||
|
||||
$lockpath = get_config('system','lockpath');
|
||||
$lockpath = get_lockpath();
|
||||
if ($lockpath != '') {
|
||||
$pidfile = new pidfile($lockpath, 'queue');
|
||||
if($pidfile->is_already_running()) {
|
||||
|
||||
Reference in New Issue
Block a user