forked from CastroFidel/PortWINE
Fix log and gamemode
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
# Author: PortWINE-Linux.ru
|
||||
. "$(dirname $(readlink -f "$0"))/runlib"
|
||||
"${WINESERVER}" -k
|
||||
wine_pids=$(ls -l /proc/*/exe 2>/dev/null | grep -E 'wine(64)?-preloader|wineserver' | perl -pe 's;^.*/proc/(\d+)/exe.*$;$1;g;')
|
||||
if ! [ -z "${wine_pids}" ] ; then
|
||||
kill -9 ${wine_pids}
|
||||
fi
|
||||
STOP_PORTWINE | pwzen
|
||||
rm -f "${config_path}/dxvk_on"
|
||||
|
||||
|
Reference in New Issue
Block a user