Commit b70936a5 authored by Mikhail Tergoev's avatar Mikhail Tergoev

minor fix for PW_DISABLED_CREATE_DB

parent 56e80195
......@@ -617,7 +617,9 @@ case "${VULKAN_MOD}" in
esac
init_wine_ver
if [[ -f "${PORTWINE_DB_FILE}" ]] ; then
if [[ -f "${PORTWINE_DB_FILE}" ]] \
&& [[ "${PW_DISABLED_CREATE_DB}" != 1 ]]
then
edit_db_from_gui PW_VULKAN_USE PW_WINE_USE PW_PREFIX_NAME
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment