Re: [Bacula-users] [Bacula-devel] RunScript and RunAfter bug

2007-03-20 Thread Ondrej PLANKA
I discover problem with RunScript directive in version 2.0.2 and now in >> 2.0.3 too. >> I have next directive in Job resource: >> RunScript { >>RunsWhen = After >>RunsOnSuccess = yes >>Command = "/etc/bacula/scripts/disk_check.sh %j" >> } >> >> and the script disk_check.sh is following

Re: [Bacula-users] [Bacula-devel] RunScript and RunAfter bug

2007-03-18 Thread Eric Bollengier
> I discover problem with RunScript directive in version 2.0.2 and now in > 2.0.3 too. > I have next directive in Job resource: > RunScript { >RunsWhen = After >RunsOnSuccess = yes >Command = "/etc/bacula/scripts/disk_check.sh %j" > } > > and the script disk_check.sh is following: > siz