From: Roland Haeder Date: Mon, 6 Apr 2015 22:49:04 +0000 (+0200) Subject: Added 'default_image_command' as this is really the default for all applications... X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=a5628a8f0c07badc185e1626764a658a6916fe72;hp=4358f1004edb2caf464531503746414cec8ae2ce Added 'default_image_command' as this is really the default for all applications that create images. Signed-off-by: Roland Häder --- diff --git a/inc/config.php b/inc/config.php index 276e5579..83e909f1 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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] ?>