Issue 5467: Fix worker and daemon

This commit is contained in:
Michael 2018-07-24 03:42:44 +00:00
commit de984cdaa1
2 changed files with 3 additions and 6 deletions

View file

@ -13,9 +13,8 @@ use Friendica\Core\Worker;
use Friendica\Database\DBA;
// Get options
$shortopts = '';
$shortopts .= 'f';
$longopts = [ 'foreground' ];
$shortopts = 'f';
$longopts = ['foreground'];
$options = getopt($shortopts, $longopts);
// Ensure that daemon.php is executed from the base path of the installation