[SOLVED] System Admin 12.0.10 Storage.php Permission Denied

I updated to System Admin 12.0.10 today and I am receiving an error from cron that /var/lib/asterisk/bin/storage.php permission denied

asterisk has full read/write permissions on storage.php however that links to storage.php in the sysadmin/bin folder and it only has the below permissions on storage.php

-rw-r–r-- asterisk asterisk

Let me know if you need anything else!

chmod +x /var/lib/asterisk/bin/storage.php

Solved, thank you Andrew