Update install_coral_lxc.sh

This commit is contained in:
MacRimi
2025-01-31 20:26:59 +01:00
committed by GitHub
parent c2325242b3
commit ec5f195c2e

View File

@@ -52,6 +52,7 @@ load_language() {
# 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.')"