mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	Update update-lxcs.sh
tweaks
This commit is contained in:
		
							parent
							
								
									7942bf5755
								
							
						
					
					
						commit
						c7593ed2eb
					
				| @ -26,7 +26,7 @@ GN=$(echo "\033[1;92m") | |||||||
| CL=$(echo "\033[m") | CL=$(echo "\033[m") | ||||||
| header_info | header_info | ||||||
| echo "Loading..." | echo "Loading..." | ||||||
| whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE LXC Updater" --yesno "This Will Update LXC Containers. Proceed?" 10 58 || clear; exit | whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE LXC Updater" --yesno "This Will Update LXC Containers. Proceed?" 10 58 || exit | ||||||
| NODE=$(hostname) | NODE=$(hostname) | ||||||
| CTID_MENU=() | CTID_MENU=() | ||||||
| MSG_MAX_LENGTH=0 | MSG_MAX_LENGTH=0 | ||||||
| @ -35,10 +35,7 @@ while read -r TAG ITEM; do | |||||||
|   ((${#ITEM} + OFFSET > MSG_MAX_LENGTH)) && MSG_MAX_LENGTH=${#ITEM}+OFFSET |   ((${#ITEM} + OFFSET > MSG_MAX_LENGTH)) && MSG_MAX_LENGTH=${#ITEM}+OFFSET | ||||||
|   CTID_MENU+=("$TAG" "$ITEM " "OFF") |   CTID_MENU+=("$TAG" "$ITEM " "OFF") | ||||||
| done < <(pct list | awk 'NR>1') | done < <(pct list | awk 'NR>1') | ||||||
| excluded_containers=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Containers on $NODE" --checklist \ | excluded_containers=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Containers on $NODE" --checklist "\nSelect containers to skip from updates:\n" 16 $((MSG_MAX_LENGTH + 23)) 6 "${CTID_MENU[@]}" 3>&1 1>&2 2>&3 | tr -d '"') || exit | ||||||
|   "\nSelect containers to skip from updates:\n" \ |  | ||||||
|   16 $((MSG_MAX_LENGTH + 23)) 6 "${CTID_MENU[@]}" 3>&1 1>&2 2>&3 | tr -d '"') || clear; exit |  | ||||||
| 
 |  | ||||||
| function update_container() { | function update_container() { | ||||||
|   container=$1 |   container=$1 | ||||||
|   header_info |   header_info | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user