From 1694264e2ca454a0cc51064ed09a6ed1a759cb01 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 6 Jun 2020 19:04:21 +0200 Subject: 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. --- cli/delete-user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/delete-user.php') diff --git a/cli/delete-user.php b/cli/delete-user.php index ab02dfdbf..5e3eac90c 100755 --- a/cli/delete-user.php +++ b/cli/delete-user.php @@ -1,4 +1,4 @@ -#!/usr/bin/php +#!/usr/bin/env php