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.sql5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index 462a21a..89e7fb7 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -72,8 +72,9 @@ INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES
( 'Banners' ,'apheleia' ,'/myth/video_stuff/banners/'),
('Fanart' ,'apheleia' ,'/myth/video_stuff/fanart/'),
('Trailers' ,'apheleia' ,'/myth/video_stuff/trailers/'),
- ('DB Backups' ,'apheleia' ,'/myth/backup/');
-
+ ('DB Backups' ,'apheleia' ,'/myth/system_backups/mythtv_db/');
+INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
+('SecurityPin','0000','apheleia');