mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Fix macos run mesh-ui plist RIVM-20
This commit is contained in:
parent
f81d09dad3
commit
0af5f281ea
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 {
|
||||
panic(errors.New("Index file not found or permissians denied: " + err.Error()))
|
||||
nopanic(errors.New("Index file not found or permissians denied: " + 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