mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update bootstrapping and create Yenc service and facade
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
/**
|
||||
@@ -10,10 +11,7 @@
|
||||
* New location: app/Services/Tmux/Scripts/update_groups.php
|
||||
*/
|
||||
|
||||
require_once __DIR__.'/../../../../bootstrap/autoload.php';
|
||||
$artisan = dirname(__DIR__, 4).'/artisan';
|
||||
|
||||
$artisan = base_path('artisan');
|
||||
$command = "php {$artisan} groups:update";
|
||||
|
||||
passthru($command, $exitCode);
|
||||
passthru("php {$artisan} groups:update", $exitCode);
|
||||
exit($exitCode);
|
||||
|
||||
Reference in New Issue
Block a user