From 1f4510608f1398fdcf14327eeb8163d5792fdf5c Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:19:42 -0800 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index e066b72..d6a25bb 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1344,7 +1344,7 @@ function install_gog { end=$((SECONDS+90)) # Timeout after 90 seconds while true; do # Kill GalaxyClient.exe every 10 seconds if it's running - if [ $((SECONDS % 10)) -eq 0 ]; then + if [ $((SECONDS % 20)) -eq 0 ]; then if pgrep -f "GalaxyClient.exe" > /dev/null; then echo "Killing GalaxyClient.exe" pkill -f "GalaxyClient.exe"