paul.stakeHero Member
Posts: 651 · Reputation: 3798
#1Jul 1, 2020, 09:23 PM
I've got a bash script A that triggers another bash script B. I'm using the -blocknotify option to run script A when a new block pops up, but for some reason, it doesn't execute script B. I tested script A directly from the terminal, and it successfully runs script B, which makes me think there’s something off with how the node executes the script. I’ve also checked the logs and confirmed that the node does indeed run script A since I can see its debug logs.
Could it be a permissions issue or something else? Here’s the line of code in script A that calls script B: