[Testing Script] Failure
Posted: 27 Nov 2019, 12:58
I was testing the basic script from here: https://nzbget.net/post-processing-scripts
My results are odd in that the test script works, but is immediately followed by an error:

Any thoughts would be appreciated.
Thanks.
Code: Select all
#!/bin/sh
#######################################
### NZBGET POST-PROCESSING SCRIPT ###
# Print test message.
#
# This is a test script. It prints one message to log. Here in the
# long description we could write instructions for user.
#
# The long description can have multiple paragraphs when needed. Like
# this one.
### NZBGET POST-PROCESSING SCRIPT ###
#######################################
echo "post-processing script test"

Any thoughts would be appreciated.
Thanks.