core: Fix VAAPI passthrough for unprivileged LXC containers via devX (#5875)

This commit is contained in:
CanbiZ 2025-07-09 16:10:13 +02:00 committed by GitHub
parent 54d534a5d2
commit 24be3b43b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 43 deletions

View file

@ -355,7 +355,6 @@ msg_custom() {
[[ -z "$msg" ]] && return
stop_spinner
echo -e "${BFR:-} ${symbol} ${color}${msg}${CL:-\e[0m}"
printf "\r\033[K\e[?25h\n"
}
run_container_safe() {