reversed args in update_modtime, incorrect ud_guid and ud_hash
This commit is contained in:
@@ -10,7 +10,7 @@ function directory_run($argv, $argc){
|
||||
|
||||
cli_startup();
|
||||
|
||||
if($argc != 2)
|
||||
if($argc < 2)
|
||||
return;
|
||||
|
||||
logger('directory update', LOGGER_DEBUG);
|
||||
|
||||
Reference in New Issue
Block a user