mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Corrections after release 2.0.16 (#1694)
* Updates on building a release * Fixes * Correct non arm64 identification * Show download bar * reset all units with failed status * Reload systemd daemon after updates * Force Qt5 for armv6 packages --------- Co-authored-by: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com>
This commit is contained in:
@@ -35,6 +35,11 @@ then
|
||||
# disable user specific symlink
|
||||
echo "---> Disable service and remove entry"
|
||||
rm -v /etc/systemd/system/hyperion.service /etc/systemd/system/hyperiond@.service /etc/systemd/system/hyperion@.service 2> /dev/null
|
||||
|
||||
# reload daemon after updates
|
||||
systemctl -q daemon-reload 2> /dev/null
|
||||
# reset all units with failed status
|
||||
systemctl -q reset-failed 2> /dev/null
|
||||
|
||||
elif [ -e /sbin/initctl ]
|
||||
then
|
||||
|
Reference in New Issue
Block a user