This commit is contained in:
Roland Gruber 2020-02-04 19:08:18 +01:00
parent c468ba6479
commit b15b94cb29
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@
dir=`dirname $0`
if [ -x /usr/bin/php5 ]; then
/usr/bin/php5 -f $dir/cron.inc $*
exit $?
elif [ -x /usr/bin/php ]; then
if [ -x /usr/bin/php ]; then
/usr/bin/php -f $dir/cron.inc $*
exit $?
fi