mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 15:45:54 +00:00
Update build.func
This commit is contained in:
@@ -1219,7 +1219,7 @@ EOF
|
||||
if [[ "${#combo_devices[@]}" -eq 1 && -e /dev/dri/card0 ]]; then
|
||||
combo_devices+=("/dev/dri/card0")
|
||||
fi
|
||||
echo "combo_devices=${combo_devices[*]}"
|
||||
#echo "combo_devices=${combo_devices[*]}"
|
||||
|
||||
pci_addr=$(basename "$bypath" | cut -d- -f1 --complement | sed 's/-render//' || true)
|
||||
pci_info=$(lspci -nn | grep "${pci_addr#0000:}" || true)
|
||||
|
||||
Reference in New Issue
Block a user