From 900fe0d48a1f7bef34e28c5785149a0e33b6b6ab Mon Sep 17 00:00:00 2001 From: Li Date: Mon, 25 Jul 2022 21:50:13 +1200 Subject: [PATCH] Fix CHMOD --- HorseIsleServer/MPN00BS/App.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }