aboutsummaryrefslogtreecommitdiff
path: root/cli/create-user.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-06-06 19:04:21 +0200
committerGravatar GitHub <noreply@github.com> 2020-06-06 19:04:21 +0200
commit1694264e2ca454a0cc51064ed09a6ed1a759cb01 (patch)
tree89596430ae84add63da7f90eb70a87486e324250 /cli/create-user.php
parentdc68783fc844323682ad19c8156417a1ec7ac998 (diff)
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.
Diffstat (limited to 'cli/create-user.php')
-rwxr-xr-xcli/create-user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/create-user.php b/cli/create-user.php
index 9e978ee3c..f98168cf6 100755
--- a/cli/create-user.php
+++ b/cli/create-user.php
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
<?php
$isUpdate = false;
require(__DIR__ . '/_update-or-create-user.php');