Hi
I have what I think is a permissions issue, perhaps some of those more experienced with this function may be able to clarify:
I want to run a bash script which interfaces with imagemagick and fonts on the server. The script can be triggered fine manually from the home directory and all works OK
I have created a simple web-client based admin for the client and I want him to be able to trigger the script from a button. As far as I can tell this should be triggered locally and should call the script from the hone directory as per the path shown here. Is this the case or do I need to run this from within the servoy server and if so where should it be located ?
application.executeProgram('fontmanager.sh',['purple', filename, font_name,font_name+'.jpg']);
Many thanks in advance
Gordon