mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
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:
committed by
GitHub
parent
dc68783fc8
commit
1694264e2c
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/php
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
$isUpdate = false;
|
||||
require(__DIR__ . '/_update-or-create-user.php');
|
||||
|
||||
Reference in New Issue
Block a user