forked from CastroFidel/PortWINE
Global update of the port_on file
This commit is contained in:
@ -6,8 +6,8 @@ wine_pids=$(ls -l /proc/*/exe 2>/dev/null | grep -E 'wine(64)?-preloader|wineser
|
||||
if ! [ -z "${wine_pids}" ] ; then
|
||||
kill -9 ${wine_pids}
|
||||
fi
|
||||
if [ -e "${config_path}/dxvk_on" ]; then
|
||||
rm -f "${config_path}/dxvk_on"
|
||||
if [ -e "${PORT_WINE_TMP_PATH}/dxvk_on" ]; then
|
||||
rm -f "${PORT_WINE_TMP_PATH}/dxvk_on"
|
||||
fi
|
||||
START_PORTWINE
|
||||
STOP_PORTWINE | pwzen
|
||||
|
Reference in New Issue
Block a user