diff --git a/data_from_portwine/changelog_en b/data_from_portwine/changelog_en
index 3585233c..17a7d62e 100755
--- a/data_from_portwine/changelog_en
+++ b/data_from_portwine/changelog_en
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
 ----------------------------------------
 Changelog:
 
+###Scripts version 2301### Date: 29.05.2024 / Download update size: 3 megabytes
+* HOTFIX - running on some systems
+
 ###Scripts version 2300### Date: 29.05.2024 / Download update size: 3 megabytes
 * added auto-installation of the Anomaly Zone game (thanks Chal55rus)
 * improved the function of determining the name of the game/program (thanks Boria138)
diff --git a/data_from_portwine/changelog_ru b/data_from_portwine/changelog_ru
index ae73e803..c18ba548 100755
--- a/data_from_portwine/changelog_ru
+++ b/data_from_portwine/changelog_ru
@@ -2,6 +2,9 @@
 -----------------------------------------
 История изменений:
 
+###Scripts version 2301### Дата: 29.05.2024 / Размер скачиваемого обновления: 3 мегабайта
+* HOTFIX - запуск на некоторых системах
+
 ###Scripts version 2300### Дата: 29.05.2024 / Размер скачиваемого обновления: 3 мегабайта
 * добавлена автоустановка игры Anomaly Zone (спасибо Chal55rus)
 * улучшена функция определения названия игры/программы (спасибо Boria138)
diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper
index 50003ffe..fe392f37 100755
--- a/data_from_portwine/scripts/functions_helper
+++ b/data_from_portwine/scripts/functions_helper
@@ -2135,7 +2135,7 @@ start_portwine () {
         done
         # DGVOODOO2 settings:
         if [[ "${PW_DGV2_USE_DX12}" == "1" ]] ; then
-            if [[ "${PW_VULKAN_USE}" == "1" ]] || [[ "${PW_VULKAN_USE}" == "2" ]] \
+            if [[ "${PW_VULKAN_USE}" == "1" ]] || [[ "${PW_VULKAN_USE}" == "2" ]]
             then
                 sed -i "s/OutputAPI = d3d11_fl11_0/OutputAPI = d3d12_fl12_0/" "$DGV2CONF"
             fi
diff --git a/data_from_portwine/scripts/var b/data_from_portwine/scripts/var
index 1b9753fc..71da49da 100755
--- a/data_from_portwine/scripts/var
+++ b/data_from_portwine/scripts/var
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #Author: Castro-Fidel (linux-gaming.ru)
-#SCRIPTS_NEXT_VERSION=2300
+#SCRIPTS_NEXT_VERSION=2301
 ########################################################################
 export LANGUAGES_LIST="ru es"
 export PW_MANGOHUD="0"