diff --git a/data_from_portwine/scripts/debug b/data_from_portwine/scripts/debug
index 28c5055c..0a0320dc 100755
--- a/data_from_portwine/scripts/debug
+++ b/data_from_portwine/scripts/debug
@@ -71,7 +71,7 @@ export WINE_MONO_TRACE="E:System.NotImplementedException"
 
 #"/usr/bin/xterm" -geometry 130x13 -sb -e 'echo "--------------------------------------------------------PORTWINE-LINUX.RU--------------------------------------------------------" && "${PROTONRUN}" "run" "${gamestart}" "${launch_parameters}" &>> "${PORT_WINE_PATH}/${portname}.log"'
 
-"${optirun_on}" "${var_gamemode}" "${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} >> "${PORT_WINE_PATH}/${portname}.log" 2>&1 
+${optirun_on} "${var_gamemode}" "${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} >> "${PORT_WINE_PATH}/${portname}.log" 2>&1 
 
 KILL9_WINEDEVICE | pwzen
 STOP_PORTWINE | pwzen
diff --git a/data_from_portwine/scripts/start b/data_from_portwine/scripts/start
index 36ad4e7a..d87cf5de 100755
--- a/data_from_portwine/scripts/start
+++ b/data_from_portwine/scripts/start
@@ -1,7 +1,7 @@
 #!/bin/bash
-# Author: Tergoev M.A.
+# Author: PortWINE-Linux.ru
 . "$(dirname $(readlink -f "$0"))/runlib"
 "${WINESERVER}" -k
 START_PORTWINE
-"${optirun_on}" "${var_gamemode}" "${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} & KILL9_WINEDEVICE >&2
+${optirun_on} "${var_gamemode}" "${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} & KILL9_WINEDEVICE >&2
 STOP_PORTWINE
diff --git a/data_from_portwine/scripts/winecmd b/data_from_portwine/scripts/winecmd
index 28840ada..35c8fc5f 100755
--- a/data_from_portwine/scripts/winecmd
+++ b/data_from_portwine/scripts/winecmd
@@ -1,7 +1,6 @@
 #!/bin/bash
 # Author: PortWINE-Linux.ru
-
 . "$(dirname $(readlink -f "$0"))/runlib"
 START_PORTWINE
-"${optirun_on}" "${var_gamemode}" "${PROTONRUN}" "run" "cmd" >&2
+${optirun_on} "${var_gamemode}" "${PROTONRUN}" "run" "cmd" >&2
 STOP_PORTWINE
diff --git a/data_from_portwine/scripts/winefile b/data_from_portwine/scripts/winefile
index 5a50398e..497acd01 100755
--- a/data_from_portwine/scripts/winefile
+++ b/data_from_portwine/scripts/winefile
@@ -3,5 +3,5 @@
 . "$(dirname $(readlink -f "$0"))/runlib"
 START_PORTWINE
 export WINEDEBUG="fixme-all" 
-"${optirun_on}" ${var_gamemode} "${PROTONRUN}" "run" "explorer" & KILL9_WINEDEVICE >&2
+${optirun_on} ${var_gamemode} "${PROTONRUN}" "run" "explorer" & KILL9_WINEDEVICE >&2
 STOP_PORTWINE