I have a script that is running a lot of commands starting with
su "$currentuser" -c
When the policy is run locally or via Self Service the script runs as expected. When I let it run via check-in, all the lines that start with the above command do not run. Any ideas?
