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
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() {