Update configure_igpu_lxc.sh

This commit is contained in:
MacRimi
2025-02-04 18:45:00 +01:00
committed by GitHub
parent 1f4ce25d96
commit 6710b578a3

View File

@@ -41,7 +41,7 @@ initialize_cache
# Select LXC container
select_container() {
clear
CONTAINERS=$(pct list | awk 'NR>1 {print $1, $3}' | xargs -n2)
if [ -z "$CONTAINERS" ]; then
msg_error "$(translate 'No containers available in Proxmox.')"