From 8222e481757c069302d53b4b4194a5f6b6fae9ec Mon Sep 17 00:00:00 2001 From: tretrauit Date: Wed, 22 Jun 2022 19:45:06 +0700 Subject: [PATCH] LoL/linux/sulaunchhelper2.sh: wait 5s before running python script --- games/LoL/linux/sulaunchhelper2.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games/LoL/linux/sulaunchhelper2.sh b/games/LoL/linux/sulaunchhelper2.sh index ccf9042..3605ba6 100755 --- a/games/LoL/linux/sulaunchhelper2.sh +++ b/games/LoL/linux/sulaunchhelper2.sh @@ -44,4 +44,7 @@ if [ "$(cat /proc/sys/kernel/yama/ptrace_scope)" -ne 0 ]; then fi fi +sleep 5 + +echo "Launching sulaunchhelper2.py" python3 "${own_dir}/${SULH_PY}"