I have creates a cgi to display the output of an ade perl script on browser. The cgi calls a shell script which executes the command.
The syntax looks like this:
echo $(ade exec "perl5.8 /usr/local/ade/util/adhoc_query_scripts/list_merges_to_branch.pl -b st_fusionapps_pt-interpprj -p FUSIONAPPS -d 33 -sort_by date -no_files") ;
The same script works fine from terminal but doesnt yield any result on UI.
Any clue why this is happening?
Thanks and Regards,