Error with Cronjob configuration

Hi,

i add the command line script to my Server:

#!/bin/bash
/usr/bin/php7.0 /hp/cq/ab/dl/www/lists/admin/index.php -c
/hp/cq/ab/dl/www/lists/config/config.php $*

If i run the script manually, i get at first an permission denied for the config file. I add the permission to this file, but now i get the following lines:
ftp259596-2719121@sh-73:~/www/lists$ ~/www/lists/phplist -pprocessqueue
Cannot find config file
/hp/cq/ab/dl/www/lists/config/config.php: line 1: ?php: No such file or directory
/hp/cq/ab/dl/www/lists/config/config.php: line 3: /aquota.user: Permission denied
/hp/cq/ab/dl/www/lists/config/config.php: line 5: admin: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 6: admin: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 7: admin: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 8: admin: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 9: admin: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 10: admin: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 11: admin: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 12: admin: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 13: admin: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 14: ==============================================================================================================: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 16: admin/: Is a directory
/hp/cq/ab/dl/www/lists/config/config.php: line 18: //: Is a directory
/hp/cq/ab/dl/www/lists/config/config.php: line 19: =: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 21: //: Is a directory
/hp/cq/ab/dl/www/lists/config/config.php: line 22: =: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 24: //: Is a directory
/hp/cq/ab/dl/www/lists/config/config.php: line 25: =: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 27: //: Is a directory
/hp/cq/ab/dl/www/lists/config/config.php: line 28: =: command not found
/hp/cq/ab/dl/www/lists/config/config.php: line 29: syntax error near unexpected token 'CHECK_REFERRER',false' /hp/cq/ab/dl/www/lists/config/config.php: line 29:$table_prefix = $usertable_prefix = ‘offo_’;define(‘CHECK_REFERRER’,false);’

Ist this correct? Have anyone an idea for the solution?

Best regards,
Stefan