mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	fix typo
This commit is contained in:
		@@ -17,7 +17,7 @@ find ./ct -type f -name "*.sh" | sort | while read -r script; do
 | 
				
			|||||||
    output_file="${headers_dir}/$(basename "${script%.*}")"
 | 
					    output_file="${headers_dir}/$(basename "${script%.*}")"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Generate figlet output
 | 
					    # Generate figlet output
 | 
				
			||||||
    figlet_output=$(figlet -f -w 500 slant "$app_name")
 | 
					    figlet_output=$(figlet -w 500 -f slant "$app_name")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Check if figlet output is not empty
 | 
					    # Check if figlet output is not empty
 | 
				
			||||||
    if [[ -n "$figlet_output" ]]; then
 | 
					    if [[ -n "$figlet_output" ]]; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user