Global update of the port_on file

This commit is contained in:
castro-fidel
2020-12-02 22:02:14 +03:00
parent fcc2062221
commit 9c0257fcbc
20 changed files with 277 additions and 23760 deletions

View File

@ -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