[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 f246667fe5
commit 028d7c929f
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
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