Hi,
I have a ESPx job which will run a shell script sample.sh using user ABC.
User ABC has .bash_profile, which have certain variables that are used in sample.sh.
Am not executing the .bash_profile inside the sample.sh. It should execute it as soon as i login into the shell with that ABC user.
If i run the job from ESPx ( with user name as ABC inside the job definition) it should run the .bash_profile of the user ABC correct? But its not happening. It is failing as it was not able to find the variables.
I need some clarification here? why the ESPx( with user name as ABC inside the job definition) user cannot run the .bash_profile?