summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-09-03 19:16:27 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-09-03 19:16:27 (GMT)
commita06189e70db2bb8a12f4a42dd3fd7df5444356eb (patch)
tree19332c6f97002345ca560a7defd3a1a50841fbb5 /abs/core/mythdb-initial/custom.sql
parent7bccf33a4340ced3e56c18df858e9e4deab3de8f (diff)
downloadlinhes_pkgbuild-a06189e70db2bb8a12f4a42dd3fd7df5444356eb.zip
linhes_pkgbuild-a06189e70db2bb8a12f4a42dd3fd7df5444356eb.tar.gz
linhes_pkgbuild-a06189e70db2bb8a12f4a42dd3fd7df5444356eb.tar.bz2
mythdb-initial: custom.sql set the MiscStatus script for the MBE web server. Change by brfransen
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index 89e7fb7..0f902c4 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -78,3 +78,6 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
('SecurityPin','0000','apheleia');
+
+INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
+('MiscStatusScript','/usr/LH/bin/misc_status_info.sh','apheleia')