Skip to content
Snippets Groups Projects
Commit a33d62da authored by Christopher Gervais's avatar Christopher Gervais
Browse files

Invoke processes with 'interactive' in queued.

parent 9bc35dbf
No related branches found
Tags 1.0.0-alpha2
No related merge requests found
......@@ -103,7 +103,7 @@ function drush_hosting_queued() {
sleep(1);
// Execute the task in the backend
drush_invoke_process('@self', 'hosting-task', array($task->nid), array('invoke' => TRUE, 'quiet' => TRUE));
drush_invoke_process('@self', 'hosting-task', array($task->nid), array('invoke' => TRUE), array('interactive' => TRUE));
drush_log(dt('Finished executing task.'));
// Delay for a configurable amount of time.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment