mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Fix macos run mesh-ui plist RIVM-20
This commit is contained in:
		
							parent
							
								
									0af5f281ea
								
							
						
					
					
						commit
						ec6e722c1c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -113,7 +113,7 @@ func main() {
 | 
			
		|||
			nopanic(errors.New("Index file not found: " + err.Error()))
 | 
			
		||||
		}
 | 
			
		||||
		if stat, err := os.Stat(confui.IndexHtml); err != nil {
 | 
			
		||||
			nopanic(errors.New("Index file not found or permissians denied: " + err.Error()))
 | 
			
		||||
			nopanic(errors.New(fmt.Sprintf("Index file %v not found or permissians denied: %v", confui.IndexHtml, err.Error())))
 | 
			
		||||
		} else if stat.IsDir() {
 | 
			
		||||
			nopanic(errors.New(fmt.Sprintf("Index file %v not found", confui.IndexHtml)))
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue