mirror of
				https://github.com/the-sane/lug-helper.git
				synced 2025-10-31 21:22:48 +00:00 
			
		
		
		
	Add missing comment
This commit is contained in:
		| @@ -1003,6 +1003,7 @@ wine_check() { | ||||
|         # Determine the architecture of wineserver binary | ||||
|         wineserver_bin_arch="$(get_file_arch "${wineserver_bin}")" | ||||
|  | ||||
|         # If unable to determine architecture, attempt alternative methods | ||||
|         if [ -z "${wineserver_bin_arch}" ]; then | ||||
|             if [ -x "${wineboot_bin}" ]; then | ||||
|                 wine_bin_dir="$(dirname "$(readlink -f "${wineboot_bin}" 2>/dev/null)" 2>/dev/null)" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user