1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:05:55 +00:00

update daemon shebang too

This commit is contained in:
Andrew Dolgov
2012-06-22 08:09:42 +04:00
parent 40b67ac7c7
commit bf0bedcbe5

View File

@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
set_include_path(get_include_path() . PATH_SEPARATOR .
dirname(__FILE__) . "/include");