I gave my best effort to research this extensively and re-read all literature multiple times.
I gave scripts execute permissions via a+x.
I have used an absolute path in extcommands.xml (path is /db/) See commands below
I can run the scripts via ssh with or without sudo and they function as designed
Repetier host logs show no errors when using the @execute commands (Command is visible to Repetier Server)
Repetier host when trying both ;@execute and @execute
21:23:34.551 : ;@execute printeron
21:23:38.497 : @execute printeron
21:29:18.741 : @execute idleoff
21:29:21.598 : ;@execute idleoff
pertinent extcommands.xml data (Does not work w/ or w/o sudo):
<execute name="printeron" allowParams="true">sudo /db/printeron.sh</execute>
<execute name="idleoff" allowParams="true">sudo /db/printeroff.sh</execute>
Any help would be very much appreciated.
Thanks
Dave