diff options
author | Britney Fransen <brfransen@gmail.com> | 2025-10-01 01:50:09 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2025-10-01 01:50:09 (GMT) |
commit | 5a6cc72b57c4801bd2aa36e0bffaee288f6d2109 (patch) | |
tree | bf267ca711b94b20d005ff111de539c3c8f18a15 /linhes/linhes-system | |
parent | 6457b34368ee9b4699358524023a0189a877b207 (diff) | |
download | linhes_pkgbuild-5a6cc72b57c4801bd2aa36e0bffaee288f6d2109.zip linhes_pkgbuild-5a6cc72b57c4801bd2aa36e0bffaee288f6d2109.tar.gz linhes_pkgbuild-5a6cc72b57c4801bd2aa36e0bffaee288f6d2109.tar.bz2 |
zabbix: update to 7.0.19
Diffstat (limited to 'linhes/linhes-system')
-rwxr-xr-x | linhes/linhes-system/PKGBUILD | 2 | ||||
-rw-r--r-- | linhes/linhes-system/linhes-profile.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linhes/linhes-system/PKGBUILD b/linhes/linhes-system/PKGBUILD index 32dc6df..98b357c 100755 --- a/linhes/linhes-system/PKGBUILD +++ b/linhes/linhes-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-system pkgver=9.0.0 -pkgrel=94 +pkgrel=95 arch=('x86_64') #install=$pkgname.install pkgdesc="Everything that makes LinHES a system" diff --git a/linhes/linhes-system/linhes-profile.sh b/linhes/linhes-system/linhes-profile.sh index df98315..f558673 100644 --- a/linhes/linhes-system/linhes-profile.sh +++ b/linhes/linhes-system/linhes-profile.sh @@ -5,7 +5,7 @@ export MYTHTV_AIRPLAY="1" if [ -f /etc/systemconfig ]; then SystemType=$(grep SystemType= /etc/systemconfig | cut -d '"' -f 2) fi -if [ ! $SystemType = "FrontendOnly" ]; then +if [[ ! $SystemType == *"Only" ]]; then if [ x$MYTH_RUN_STATUS = x ]; then MYTHCONFDIR=/usr/share/mythtv /usr/bin/lh_myth_status.py fi |