Hi Everyone,
I have written a script using shell and uemcli(Unity/EMC), which executes fine from backend. But, when I execute the same script using php i.e frontend, it fails.
Below is the code:
shell script code-
uemcli -d 11.11.22.33 -u test -p test@123 /env/sp show
uemcli -d 11.11.22.33...