From 0d5e8fb672d82a167cfd449e9d7cf9049d18dc63 Mon Sep 17 00:00:00 2001 From: Berkay Yetgin <85676216+Yakrel@users.noreply.github.com> Date: Fri, 19 Jun 2026 20:20:25 +0300 Subject: [PATCH] fix: ensure FactoryServer.sh is executable after installation --- scripts/init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/init.sh b/scripts/init.sh index 7ba3787..527f76d 100644 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -29,6 +29,7 @@ else fi chown -R steam:steam /satisfactory +chmod +x /satisfactory/FactoryServer.sh # shellcheck disable=SC2317 term_handler() {