summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/bin/create-linhes-sql.sh
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-02-20 17:16:49 (GMT)
committerBob Igo <bob@stormlogic.com>2009-02-20 17:16:49 (GMT)
commit4fb9b4e5fbf9dbf9d4ed494318a27116dd17d8e1 (patch)
tree877156e86ad7766ec5668db0d8032529e0b8ba97 /abs/core-testing/tweaker/bin/create-linhes-sql.sh
parentc71cde06d695f31a8c62857febb704fdfeff3bf3 (diff)
downloadlinhes_pkgbuild-4fb9b4e5fbf9dbf9d4ed494318a27116dd17d8e1.zip
linhes_pkgbuild-4fb9b4e5fbf9dbf9d4ed494318a27116dd17d8e1.tar.gz
linhes_pkgbuild-4fb9b4e5fbf9dbf9d4ed494318a27116dd17d8e1.tar.bz2
Closer to finalizing SQL.
Diffstat (limited to 'abs/core-testing/tweaker/bin/create-linhes-sql.sh')
-rwxr-xr-xabs/core-testing/tweaker/bin/create-linhes-sql.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core-testing/tweaker/bin/create-linhes-sql.sh b/abs/core-testing/tweaker/bin/create-linhes-sql.sh
index 1f3a379..478eed0 100755
--- a/abs/core-testing/tweaker/bin/create-linhes-sql.sh
+++ b/abs/core-testing/tweaker/bin/create-linhes-sql.sh
@@ -131,6 +131,7 @@ echo "INSERT INTO settings VALUES ('BackendServerIP','127.0.0.1','MythTVhost');"
echo "INSERT INTO settings VALUES ('MasterServerIP','127.0.0.1','MythTVhost');" >> $LINHES_SQL_PROTOTYPE
echo "INSERT INTO settings VALUES ('MasterServerPort','6543','MythTVhost');" >> $LINHES_SQL_PROTOTYPE
echo "INSERT INTO settings VALUES ('Theme', 'LinHES','MythTVhost');" >> $LINHES_SQL_PROTOTYPE
+echo "INSERT INTO settings VALUES ('HostMyhostname', 'type_hostname_here','MythTVhost');" >> $LINHES_SQL_PROTOTYPE
echo "INSERT INTO storagegroup VALUES ('\N', 'Default','MythTVhost','/');" >> $LINHES_SQL_PROTOTYPE
rm $TMPFILE