mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
More path changes
This commit is contained in:
@@ -493,7 +493,7 @@ return [
|
||||
'section' => '',
|
||||
'subsection' => '',
|
||||
'name' => 'nzbpath',
|
||||
'value' => '/home/darius/PhpstormProjects/newznab-tmux/resources/nzb/',
|
||||
'value' => '/var/www/nntmux/storage/nzb/',
|
||||
'hint' => 'The directory where nzb files will be stored.',
|
||||
'setting' => 'nzbpath',
|
||||
],
|
||||
|
||||
@@ -501,7 +501,7 @@ class SettingsTableSeeder extends Seeder
|
||||
'section' => '',
|
||||
'subsection' => '',
|
||||
'name' => 'nzbpath',
|
||||
'value' => '/var/www/NNTmux/resources/nzb/',
|
||||
'value' => '/var/www/NNTmux/storage/nzb/',
|
||||
'hint' => 'The directory where nzb files will be stored.',
|
||||
'setting' => 'nzbpath',
|
||||
],
|
||||
|
||||
@@ -7,7 +7,7 @@ use Blacklight\NZB;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
if (! isset($argv[1]) || ! isset($argv[2])) {
|
||||
exit("ERROR: You must supply the level you want to reorganize it to, and the source directory (You would use: 3 .../newznab/resources/nzb/ to move it to 3 levels deep)\n");
|
||||
exit("ERROR: You must supply the level you want to reorganize it to, and the source directory (You would use: 3 .../newznab/storage/nzb/ to move it to 3 levels deep)\n");
|
||||
}
|
||||
|
||||
$pdo = DB::connection()->getPdo();
|
||||
|
||||
Reference in New Issue
Block a user