Seems like the issue was that the script rc.update_crl called by exec() reloads php-fpm daemon at some point which completely shuts down the script that makes the exec call (the one above).
So, this explains why I could not see any instruction executed after exec() call.
Thank you all for your help and quick responses !