mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-08 09:26:53 +00:00
Update configure_igpu.sh
This commit is contained in:
parent
25546540f0
commit
70921223f9
@ -65,6 +65,7 @@ validate_container_id() {
|
|||||||
|
|
||||||
# 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.')"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user