From 75008d4a0d0e5fe2c8bae011b7a2d763126b1627 Mon Sep 17 00:00:00 2001 From: Johannes Reichert Date: Wed, 4 Dec 2019 12:53:00 +0100 Subject: [PATCH] also kill 'hyperion-x11' processes --- bin/install_hyperion.sh | 1 + bin/remove_hyperion.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/install_hyperion.sh b/bin/install_hyperion.sh index 30d34a1..b2faf8d 100755 --- a/bin/install_hyperion.sh +++ b/bin/install_hyperion.sh @@ -81,6 +81,7 @@ SERVICEL="/usr/share/hyperion/services" echo '---> Stop Hyperion, if necessary' if [ $OS_OPENELEC -eq 1 ]; then killall hyperiond 2>/dev/null + killall hyperion-x11 2>/dev/null elif [ $USE_SYSTEMD -eq 1 ]; then service hyperion stop 2>/dev/null SERVICEP="/etc/systemd/system" diff --git a/bin/remove_hyperion.sh b/bin/remove_hyperion.sh index 3cdd3d1..5f79454 100644 --- a/bin/remove_hyperion.sh +++ b/bin/remove_hyperion.sh @@ -58,6 +58,7 @@ SERVICEC=1 echo '---> Stop Hyperion, if necessary' if [ $OS_OPENELEC -eq 1 ]; then killall hyperiond 2>/dev/null + killall hyperion-x11 2>/dev/null elif [ $USE_SYSTEMD -eq 1 ]; then systemctl stop hyperion 2>/dev/null elif [ $USE_INITCTL -eq 1 ]; then