From a4537bbf5ea6e360e1183a844b15cd87057561b1 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 9 Dec 2006 13:59:40 +0000 Subject: [PATCH] ebl Fix runscript to always execute command after all job type. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3777 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/dird_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/dird/dird_conf.c b/bacula/src/dird/dird_conf.c index 7299e197aa..cacce9ad6f 100644 --- a/bacula/src/dird/dird_conf.c +++ b/bacula/src/dird/dird_conf.c @@ -300,8 +300,8 @@ RES_ITEM job_items[] = { {"priority", store_pint, ITEM(res_job.Priority), 0, ITEM_DEFAULT, 10}, {"writepartafterjob", store_bool, ITEM(res_job.write_part_after_job), 0, ITEM_DEFAULT, true}, {"selectionpattern", store_str, ITEM(res_job.selection_pattern), 0, 0, 0}, - {"selectiontype", store_migtype, ITEM(res_job.selection_type), 0, 0, 0}, {"runscript", store_runscript, ITEM(res_job.RunScripts), 0, ITEM_NO_EQUALS, 0}, + {"selectiontype", store_migtype, ITEM(res_job.selection_type), 0, 0, 0}, {NULL, NULL, {0}, 0, 0, 0} }; -- 2.39.5