diff --git a/HorseIsleServer/MPN00BS/App.axaml.cs b/HorseIsleServer/MPN00BS/App.axaml.cs index d237816..285bc65 100755 --- a/HorseIsleServer/MPN00BS/App.axaml.cs +++ b/HorseIsleServer/MPN00BS/App.axaml.cs @@ -23,7 +23,7 @@ namespace MPN00BS { AvaloniaXamlLoader.Load(this); #if OS_LINUX - chmod(Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", "LINUX", "flash.elf"), 777); + chmod(Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", "LINUX", "flash.elf"), 511); #endif }