From a5628a8f0c07badc185e1626764a658a6916fe72 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 7 Apr 2015 00:49:04 +0200 Subject: [PATCH] Added 'default_image_command' as this is really the default for all applications that create images. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) 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] ?> -- 2.30.2