mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update tools.func - typo (#6156)
This was triggered when running the Gitea install script
This commit is contained in:
		@@ -1026,7 +1026,7 @@ function fetch_and_deploy_gh_release() {
 | 
				
			|||||||
      return 1
 | 
					      return 1
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if [[ "$tagrget_file" != *.jar && -f "$target/$target_file" ]]; then
 | 
					    if [[ "$target_file" != *.jar && -f "$target/$target_file" ]]; then
 | 
				
			||||||
      chmod +x "$target/$target_file"
 | 
					      chmod +x "$target/$target_file"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user