[TOOLS] Update shebang on scripts to use the correct php executable

This commit is contained in:
Hugo Sales 2020-07-22 01:50:33 +00:00 committed by Hugo Sales
parent 9a9ac8b55f
commit b508fbe3b1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/php
#!/usr/local/bin/php
<?php

View File

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/local/bin/php
<?php