wiki.techinc.nl/maintenance/run
Antoine Musso 795f4d972f Fix shebang in maintenance/run: /bin/env -> /usr/bin/env
7807b1d061 introduced the `maintenance/run` script with the shebang
`/bin/env` which does not exist and break the wrapper. Change it to
`/usr/bin/env` which is the usual place for BSD/Linux distributions.

Change-Id: I4ea39a1f6dab228646def35a0a123cf0c91452d7
2023-01-13 14:57:42 +01:00

3 lines
55 B
PHP
Executable file

#!/usr/bin/env php
<?php
require __DIR__ . '/run.php';