Full Variables list for using all_post.sh and all_pre.sh

Hello,

You might want to try to add this:

Code:
#!/bin/bash
echo -n 1 >> $0.log
env | grep -v ^password= > $0.env

into your scripts to see what variables are passed to the scripts, as the number of variables might vary depending of what command is executed in DA.
 
Back
Top