From 9a9a4861b025f44aaf6cd40ff006c911fa3abe01 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 8 May 2024 10:26:51 -0700 Subject: [PATCH] chore: Just syntax fix --- .../shared/usr/share/ublue-os/just/81-bazzite-fixes.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-fixes.just b/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-fixes.just index 9d95ac54..973c465e 100644 --- a/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-fixes.just +++ b/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-fixes.just @@ -23,5 +23,5 @@ fix-proton-hang: #!/usr/bin/bash PROTONCORE=(pv-bwrap pressure-vessel reaper explorer.exe rpcss.exe plugplay.exe services.exe svchost.exe winedevice.exe winedevice.exe wineserver) for PROG in "${PROTONCORE[@]}"; do - killall -9 "$PROG" + killall -9 "$PROG" done