This website requires JavaScript.
Explore
Help
Sign in
Thijs
/
wiki.techinc.nl
Watch
1
Star
0
Fork
You've already forked wiki.techinc.nl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ea1eebb3a3
wiki.techinc.nl
/
maintenance
/
run
4 lines
55 B
Text
Raw
Normal View
History
Unescape
Escape
Fix shebang in maintenance/run: /bin/env -> /usr/bin/env 7807b1d061f 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 13:57:42 +00:00
#!/usr/bin/env php
Add maintenance/run Creates a file called "run" as an alias for "run.php", which can be executed directly. run.php itself should not contain a shebang line. Change-Id: Iecc388e9453426384c8a076e719c98b2adf96278
2023-01-09 14:34:27 +00:00
<?php
require __DIR__ . '/run.php';
Reference in a new issue
Copy permalink