LoL/linux/sulaunchhelper2.sh: wait 5s before running python script

This commit is contained in:
tretrauit 2022-06-22 19:45:06 +07:00
parent 27589edb9b
commit 8222e48175

View File

@ -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}"