bareos: master c8e16664

Author Committer Branch Timestamp Parent
joergs joergs master 2019-12-02 13:59 master 9b0d9aae Pending
Changeset dird: fix RunScript parsing

This commit fixes a bug introduced during the recent months.
Without this patch, all RunScripts are configured to "Runs On Client = Yes".
Because of this, Admin and Console RunScripts did not work and are silently ignored.

With this change, RunScripts can by set to run locally or on the Client (Runs On Client = Yes/No).
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/lib/runscript.cc Diff File
mod - core/src/lib/runscript.h Diff File