I have a shell script I execute after webgrab+ runs and the new postprocess plugins update seemed like an ideal way to make this configurable. I added ./path/to/script.sh but the output is always
Job (./path/to/script.sh) started at 04/01/2021 17:33:43
add_logo.exe not found in /config/siteini.pack/Misc/
Job (./path/to/script.sh) finished at 04/01/2021 17:33:43 done in 0s
If I change ./path/to/script.sh to testing then the output simply changes to
Job (testing) started at 04/01/2021 17:33:43
add_logo.exe not found in /config/siteini.pack/Misc/
Job (testing) finished at 04/01/2021 17:33:43 done in 0s
What is the correct way to exectue an arbitrary file? Why is it always trying to find add_logo.exe? I'm not trying to run that plugin at all.
you cannot run a script via the post processor.
on the home page read the release notes on 3.1.4,only a few post processors are allowed(and they must be a exe file).
if you want to run a custom script after webgrab runs the just run everything via your script(including webgrab).
I agree with your opinion. Anything published requires permission.