Modify shebang to be more portable (#3038)

The new shebang is a portable way to find the php interpreter. It works
on Mac, GNU/Linux and BSD.
This commit is contained in:
Alexis Degrugillier
2020-06-06 19:04:21 +02:00
committed by GitHub
parent dc68783fc8
commit 1694264e2c
16 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
$isUpdate = false;
require(__DIR__ . '/_update-or-create-user.php');