Search found 1 match

by desiw
30 Jul 2018 12:06
Forum: Scripts
Topic: Shell Script with PHP CLI is failing
Replies: 1
Views: 15571

Shell Script with PHP CLI is failing

Hi, I have a shell script (Linux) whith a php cli which always failing with ControlM. ODATE=$1 echo "The user executing is `whoami`" echo "Path is `pwd`" echo "Running php program" echo "Odate is $ODATE" /opt/php/php7_installed/bin/php -c /opt/php/php7_installed/lib/php.ini /servicios/vertriebsmanag...