summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index 0f902c4..ddc99c7 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -69,10 +69,10 @@ INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES
('Screenshots' ,'apheleia' ,'/myth/video_stuff/screenshots/'),
('Videos' ,'apheleia' ,'/myth/video/'),
('Coverart' ,'apheleia' ,'/myth/video_stuff/coverart/'),
- ( 'Banners' ,'apheleia' ,'/myth/video_stuff/banners/'),
+ ('Banners' ,'apheleia' ,'/myth/video_stuff/banners/'),
('Fanart' ,'apheleia' ,'/myth/video_stuff/fanart/'),
('Trailers' ,'apheleia' ,'/myth/video_stuff/trailers/'),
- ('DB Backups' ,'apheleia' ,'/myth/system_backups/mythtv_db/');
+ ('DB Backups' ,'apheleia' ,'/data/storage/disk0/backup/mythtv_backups');
INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
('SecurityPin','0000','apheleia');