<div>I have written some output processing that creates an export file - at the end, I close the file and email it, passing parameters to an email script.</div>
<div> </div>
<div>Basically, at end I do @done - close file - then system "/appl/fpmerge/email_script.sh" < fc (where fc is the file that was created)</div>
<div> </div>
<div>If I am logged in as root, this runs flawlessly. However, after putting it on a menu, other users run this and it doesn't email the file??</div>
<div> </div>
<div>Does the email_script.sh need to have certain permissions in order for this to work? Currently, it's chmod 777 owned by filepro and in the 'group' group</div>
<div> </div>
<div>What do I need to change to get others to be able to run this without being root?</div>
<div> </div>
<div> </div>
<div>Thanks</div>
<div> </div>
<div>Scott</div>
<div>PDM</div>
<div> </div>