This commit is contained in:
Julio Cesar Laura Avendaño
2018-04-13 15:41:37 -04:00
parent 56663da08a
commit 334170bd6e
3 changed files with 9 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ function run_flush_cache($args, $opts)
flush_cache($workspaces[0]);
} else {
foreach ($workspaces as $workspace) {
passthru("./processmaker flush-cache " . $workspace->name);
passthru(PHP_BINARY . " processmaker flush-cache " . $workspace->name);
}
}
}