diff options
author | Bob Igo <bob@stormlogic.com> | 2009-02-18 22:37:18 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-02-18 22:37:18 (GMT) |
commit | 235d660ceea9930d8c46cb3a532b39f1b819cfa6 (patch) | |
tree | 968e1264f333da82d3901ca2c46effbd497a7321 /abs/core-testing/tweaker/bin | |
parent | 7c824a57dda47469dd665ca874e2aeed8fe22eb2 (diff) | |
download | linhes_pkgbuild-235d660ceea9930d8c46cb3a532b39f1b819cfa6.zip linhes_pkgbuild-235d660ceea9930d8c46cb3a532b39f1b819cfa6.tar.gz linhes_pkgbuild-235d660ceea9930d8c46cb3a532b39f1b819cfa6.tar.bz2 |
Default theme is LinHES.
Diffstat (limited to 'abs/core-testing/tweaker/bin')
-rwxr-xr-x | abs/core-testing/tweaker/bin/create-linhes-sql.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/tweaker/bin/create-linhes-sql.sh b/abs/core-testing/tweaker/bin/create-linhes-sql.sh index c4a7848..1f3a379 100755 --- a/abs/core-testing/tweaker/bin/create-linhes-sql.sh +++ b/abs/core-testing/tweaker/bin/create-linhes-sql.sh @@ -130,7 +130,7 @@ echo "INSERT INTO settings VALUES ('SecurityPin','0000','MythTVhost');" >> $LINH echo "INSERT INTO settings VALUES ('BackendServerIP','127.0.0.1','MythTVhost');" >> $LINHES_SQL_PROTOTYPE 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', 'Iulius','MythTVhost');" >> $LINHES_SQL_PROTOTYPE +echo "INSERT INTO settings VALUES ('Theme', 'LinHES','MythTVhost');" >> $LINHES_SQL_PROTOTYPE echo "INSERT INTO storagegroup VALUES ('\N', 'Default','MythTVhost','/');" >> $LINHES_SQL_PROTOTYPE rm $TMPFILE |