Fix naming of folder

This commit is contained in:
DariusIII
2023-03-16 20:39:22 +01:00
parent 6c74bf8a47
commit 770d8f5f65
+4 -4
View File
@@ -501,7 +501,7 @@ class SettingsTableSeeder extends Seeder
'section' => '',
'subsection' => '',
'name' => 'nzbpath',
'value' => '/var/www/NNTmux/storage/nzb/',
'value' => '/var/www/nntmux/storage/nzb/',
'hint' => 'The directory where nzb files will be stored.',
'setting' => 'nzbpath',
],
@@ -765,7 +765,7 @@ class SettingsTableSeeder extends Seeder
'section' => '',
'subsection' => '',
'name' => 'tmpunrarpath',
'value' => '/var/www/NNTmux/resources/tmp/unrar/',
'value' => '/var/www/nntmux/resources/tmp/unrar/',
'hint' => 'The path to where unrar puts files. WARNING: This directory will have its contents deleted.<br/>Use forward slashes in windows c:/temp/path/stuff/will/be/unpacked/to',
'setting' => 'tmpunrarpath',
],
@@ -974,7 +974,7 @@ Default: %Y-%m-%d %T',
'section' => 'site',
'subsection' => 'main',
'name' => 'coverspath',
'value' => '/var/www/NNTmux/storage/covers/',
'value' => '/var/www/nntmux/storage/covers/',
'hint' => 'The absolute path to the place covers will be stored.',
'setting' => 'coverspath',
],
@@ -1006,7 +1006,7 @@ Default: %Y-%m-%d %T',
'section' => 'site',
'subsection' => 'main',
'name' => 'logfile',
'value' => '/var/www/NNTmux/resources/logs/failed-login.log',
'value' => '/var/www/nntmux/resources/logs/failed-login.log',
'hint' => 'Location of log file (MUST be set if logging to file is set).',
'setting' => 'logfile',
],