Hi All,
I have some issues while retrieving variables specified in a script, using the Guest Script Manager Package.
Example of my script:
Bash:
myVar = "Hello World"
echo $myVar
When I execute the "Run in Script VM Guest", I noticed that the $myVar is empty/null
Any idea how can I retrieve this variable in the script?