remove KILL9_WINEDEVICE

This commit is contained in:
Castro-Fidel
2020-06-05 07:22:44 +03:00
parent 60c64d48ac
commit 1dc085cfde
4 changed files with 5 additions and 17 deletions

View File

@ -5,8 +5,8 @@ START_PORTWINE
export WINEDEBUG="fixme-all"
if [ ! -z ${optirun_on} ]
then
${optirun_on} "${PROTONRUN}" "run" "explorer" & KILL9_WINEDEVICE >&2
${optirun_on} "${PROTONRUN}" "run" "explorer"
else
"${PROTONRUN}" "run" "explorer" & KILL9_WINEDEVICE >&2
"${PROTONRUN}" "run" "explorer"
fi
STOP_PORTWINE