Here's my bitcoin.conf:
server=1 rpcallowip=127.0.0.1 rpcuser=userrunningbitcoind rpcpassword=passwordofuserrunningbitcoind rpcport=7788 walletnotify=/home/userrunningbitcoind/transaction.sh %sAnd here's my transaction.sh, which I've tried running manually already. This works without issue on its own:
#!/bin/sh curl -d "txid=$1" http://127.0.0.1/api/process-pa...