crontab entry
calvin covington
cjcov at pclnet.net
Wed Jul 6 22:45:09 PDT 2011
Running filePro 5.0.11 on Centos 5.5......
I need to run a filepro program from crontab. The following script is
loaded in crontab to run a specified times.
PFDIR=/usr/appls; export PFDIR
PFPROG=/usr/appl; export PFPROG
cd /usr/appls
chmod 777 ardsupd.gz
chmod 777 ardsupd
rm -f ardsupd
gunzip ardsupd.gz
tar xvf ardsupd
/usr/appl/fp/rreport shopxfer -f inupdate -a -u
The script runs at the times specified in cron, but the last line not
execute.
I can run the script manually and it works fine.
Any ideas?
Calvin
More information about the Filepro-list
mailing list