I have a bash-script that works just fine and it throws up some search results on a webpage. So far so good. To make it work though, the current user - who owns the X Window - has to run the command xhost + to allow www-data who is the systemuser that runs the bash-script to be able to use the browser to show the output.
Could this be enclosed in the bash-script?
Something like sudo su $USER and then xhost + and finally exit to return to www-data.