From 3280267d2e075d4a2fb6a708bd8dbad719f3af32 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:55:16 +0400 Subject: [PATCH] update launch-ags script --- config/ags/launch-ags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ags/launch-ags.sh b/config/ags/launch-ags.sh index ab0c1d5e..8fb9621d 100755 --- a/config/ags/launch-ags.sh +++ b/config/ags/launch-ags.sh @@ -1,6 +1,6 @@ #!/bin/sh -killall -q ags +pkill ags ags &