More path changes

This commit is contained in:
DariusIII
2023-03-16 11:28:18 +01:00
parent 3cf669dfb0
commit bcf37bd4e3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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',
],
+1 -1
View File
@@ -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',
],
+1 -1
View File
@@ -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();