Moria: don't logout after kodi exits

main
Marko Korhonen 1 year ago
parent 19461430f7
commit 74f5f1e3cb
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -3,5 +3,4 @@ if [[ -z $DISPLAY && $XDG_VTNR -eq 6 ]]; then
systemctl --user stop pipewire.service pipewire-pulse.service
kodi --standalone
systemctl --user unmask pipewire.service pipewire-pulse.service
exit
fi

Loading…
Cancel
Save