mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
core: Fix VAAPI passthrough for unprivileged LXC containers via devX (#5875)
This commit is contained in:
parent
54d534a5d2
commit
24be3b43b1
2 changed files with 26 additions and 43 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue