diff options
| author | Britney Fransen <brfransen@gmail.com> | 2026-04-11 19:19:45 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2026-04-11 19:19:45 (GMT) |
| commit | c722ecc751bd8a26942262a8707baef124c6068f (patch) | |
| tree | a6368936ff3a45efc9b95d3881428130ceb27bb6 /linhes | |
| parent | 619db5c5ddc52a7a51d4d97de35fc7c96a902194 (diff) | |
| download | linhes_pkgbuild-c722ecc751bd8a26942262a8707baef124c6068f.zip linhes_pkgbuild-c722ecc751bd8a26942262a8707baef124c6068f.tar.gz linhes_pkgbuild-c722ecc751bd8a26942262a8707baef124c6068f.tar.bz2 | |
linhes-templates: custom.sql: fix syntax MasterServerIP
Diffstat (limited to 'linhes')
| -rw-r--r-- | linhes/linhes-templates/PKGBUILD | 4 | ||||
| -rw-r--r-- | 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); -- |
