Added 'default_image_command' as this is really the default for all applications...
authorRoland Haeder <roland@mxchange.org>
Mon, 6 Apr 2015 22:49:04 +0000 (00:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 6 Apr 2015 22:49:04 +0000 (00:49 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/config.php

index 276e557941a5343418c1745a19e3d64502a24ca2..83e909f167f7754ef1fee86721bb9e5fd72edf31 100644 (file)
@@ -434,5 +434,8 @@ $cfg->setConfigEntry('task_idle_loop_max_runs', 0);
 // CFG: SHUTDOWN-TASK-VISITOR-CLASS
 $cfg->setConfigEntry('shutdown_task_visitor_class', 'ShutdownTaskVisitor');
 
+// CFG: DEFAULT-IMAGE-COMMAND
+$cfg->setConfigEntry('default_image_command', 'build');
+
 // [EOF]
 ?>