diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-19 00:00:30 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-19 00:00:30 (GMT) |
commit | 04d8f067376534d6ef129e572fb3bb17bafa3192 (patch) | |
tree | 3656a2fc247eeaec0c507b0c82abf64710e2d712 /abs/core-testing/tweaker/bin | |
parent | 48d7bac6ed97ad6b739752bd2086a3dc2be6458d (diff) | |
parent | 51ec0ef1cdd4ec02da6b014c709584ed67fddfbf (diff) | |
download | linhes_pkgbuild-04d8f067376534d6ef129e572fb3bb17bafa3192.zip linhes_pkgbuild-04d8f067376534d6ef129e572fb3bb17bafa3192.tar.gz linhes_pkgbuild-04d8f067376534d6ef129e572fb3bb17bafa3192.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
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 |