From c722ecc751bd8a26942262a8707baef124c6068f Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sat, 11 Apr 2026 15:19:45 -0400 Subject: linhes-templates: custom.sql: fix syntax MasterServerIP --- linhes/linhes-templates/PKGBUILD | 4 ++-- linhes/linhes-templates/templates/db/custom.sql | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linhes/linhes-templates/PKGBUILD b/linhes/linhes-templates/PKGBUILD index 40b3a8e..fde8d9b 100644 --- a/linhes/linhes-templates/PKGBUILD +++ b/linhes/linhes-templates/PKGBUILD @@ -1,13 +1,13 @@ pkgname=linhes-templates pkgver=9.0.0 -pkgrel=16 +pkgrel=17 conflicts=() pkgdesc="Templates used for LinHES system configuration" depends=() makedepends=() arch=('x86_64') source=(templates.tar.gz) -sha256sums=('fdb7b7643f7ae5f6a248ce5c293acb2f363b5086e72cc3c41bbab239a31c9cd1') +sha256sums=('1889a59f9e7534328f371c663a83ccaf0a4962930711057f6e185695948f2006') package() { MVDIR=$pkgdir/usr/share/linhes diff --git a/linhes/linhes-templates/templates/db/custom.sql b/linhes/linhes-templates/templates/db/custom.sql index 63edd4b..07b9add 100644 --- a/linhes/linhes-templates/templates/db/custom.sql +++ b/linhes/linhes-templates/templates/db/custom.sql @@ -75,7 +75,7 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES ('NetworkControlEnabled','1','apheleia'), ('SecurityPin','0000','apheleia'), ('BackendStopCommand','sudo systemctl stop mythbackend.service' ,NULL), -('BackendStartCommand','sudo systemctl start mythbackend.service' ,NULL); +('BackendStartCommand','sudo systemctl start mythbackend.service' ,NULL), ('MasterServerIP','127.0.0.1' ,NULL); -- -- cgit v0.12