Update install_coral_lxc.sh

This commit is contained in:
MacRimi 2025-02-04 18:44:42 +01:00 committed by GitHub
parent c46cc4b2f2
commit 1f4ce25d96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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