Resolved! Running script file from Pattern as another user using sudo -u command
In my custom pattern I need to run a script file on a Linux server. The file gets uploaded in my pattern via MID-server but the file needs to be executed as user_x. But I just found out that I can't switch user using sudo su user_x command and that I...