mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	fix app/application var mapping (#4357)
This commit is contained in:
		@@ -479,7 +479,7 @@ install_mongodb() {
 | 
			
		||||
 | 
			
		||||
fetch_and_deploy_gh_release() {
 | 
			
		||||
  local repo="$1"
 | 
			
		||||
  local app=$(echo ${APPLICATION,,} | tr -d ' ')
 | 
			
		||||
  local app=${APP:-$(echo "${APPLICATION,,}" | tr -d ' ')}
 | 
			
		||||
  local api_url="https://api.github.com/repos/$repo/releases/latest"
 | 
			
		||||
  local header=()
 | 
			
		||||
  local attempt=0
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user