Subj : still not tossing
To : Alan Ianson
From : Rick Smith
Date : Sat Jan 07 2023 10:18 pm
Greetings Alan!
Saturday January 07 2023 21:02, you wrote to me about an urgent matter!:
AI> * Forwarded from area 'BINKD'
>> rick@abacus:~$ cat /usr/local/bin/mail-toss.sh
>> #!/bin/bash
>> echo "processsing" > /tmp/test.txt
AI> This line well echo "processing" and redirect the output to /tmp/test
>> echo "PATH = $PATH";
AI> This line will echo PATH = /your path (whatever it is).
>> echo "SHELL = $SHELL";
AI> This line will echo SHELL = /bin/bash, if bash is your shell but those
AI> lines won't change your path or shell in any way.
>> /usr/local/bin/hpt toss
AI> I would expect /usr/local/bin/hpt toss does run if that is the path to
AI> hpt.
>> so the test.tx still gets created, so binkd is running the script,
>> it just doesn't execute the hpt toss?
AI> Binkd doesn't run hpt, it just runs your script that needs to do what
AI> you want it to do.
Im confused at your response, I did not ask what each line of my script does, I was merely looking for help as to why hpt toss isnt running. I know that binkd doesnt execute hpt, I was saying that binkd correctly runs mail-toss script and I know this because that text file gets created. However my system for whatever reason doesnt continue on with the script.