mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update podman_ha_container.sh
This commit is contained in:
		
							parent
							
								
									828e83b07e
								
							
						
					
					
						commit
						19db8e8036
					
				| 
						 | 
					@ -121,10 +121,10 @@ else
 | 
				
			||||||
    "${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3) || exit
 | 
					    "${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3) || exit
 | 
				
			||||||
  done
 | 
					  done
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
info "Using '$STORAGE' for storage location."
 | 
					info "Using ${BL}$STORAGE${CL} for storage location."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CTID=$(pvesh get /cluster/nextid)
 | 
					CTID=$(pvesh get /cluster/nextid)
 | 
				
			||||||
info "Container ID is $CTID."
 | 
					info "Container ID is ${BL}$CTID${CL}"
 | 
				
			||||||
echo -en "${GN} Updating LXC Template List... "
 | 
					echo -en "${GN} Updating LXC Template List... "
 | 
				
			||||||
pveam update >/dev/null
 | 
					pveam update >/dev/null
 | 
				
			||||||
echo -e "${CM}${CL} \r"
 | 
					echo -e "${CM}${CL} \r"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue