Honestly, i thought that was comment out. I Had tried a few thins to see
what was working or not. Regardless that was the not the problem.
Haven't quite figure it out. Although it makes no sense the only thing that
has worked is to place
cd $CurrentDir before the script is executed.
I wo
Am 11.02.2015 um 03:19 schrieb ylafont:
> Yes,
>
> the last line of the script, calls a script to process the scans,
You are source-ing the premove.sh.
What happens if you start it by hand? But the problem then isn't related
to scanbd, seems to be bash related.
>
> The complete scan.sh. is
Yes,
the last line of the script, calls a script to process the scans,
The complete scan.sh. is as follows.
logger -t "scanbd: $0" "Begin of $SCANBD_ACTION for device $SCANBD_DEVICE"
# printout all env-variables
/usr/bin/print
Am 10.02.2015 um 04:30 schrieb ylafont:
> Forgive me if this not the correct section for this.
>
> I wanted to start a bash script to process the completed scans. I created a
> link to Scan.sh from test.script
>
> test.script -> scan.sh
>
> A section of scan.sh contains the following when scan
Forgive me if this not the correct section for this.
I wanted to start a bash script to process the completed scans. I created a
link to Scan.sh from test.script
test.script -> scan.sh
A section of scan.sh contains the following when scanning via the ADF
if [ $SCANBD_ACTION -eq "paperload" ]