Merge pull request #242 from Eljeyna/master
hotfix: PP don't open on some systems
This commit is contained in:
commit
59efd1fa82
@ -1281,7 +1281,7 @@ pw_init_db () {
|
|||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
source "${PORTWINE_DB_FILE}"
|
source "${PORTWINE_DB_FILE}"
|
||||||
if [[ -f "${PW_FIND_DB_FILE}" ]] \
|
if [[ -f "${PW_FIND_DB_FILE}" ]] \
|
||||||
&& [[ "${PW_DISABLED_CREATE_DB}" != 1 ]] \
|
&& [[ "${PW_DISABLED_CREATE_DB}" != 1 ]]
|
||||||
then
|
then
|
||||||
try_copy_file "${PW_FIND_DB_FILE}" "${portwine_exe}".ppdb
|
try_copy_file "${PW_FIND_DB_FILE}" "${portwine_exe}".ppdb
|
||||||
PORTWINE_DB_FILE="${portwine_exe}".ppdb
|
PORTWINE_DB_FILE="${portwine_exe}".ppdb
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#Author: Castro-Fidel (linux-gaming.ru)
|
#Author: Castro-Fidel (linux-gaming.ru)
|
||||||
#SCRIPTS_NEXT_VERSION=2315
|
#SCRIPTS_NEXT_VERSION=2316
|
||||||
########################################################################
|
########################################################################
|
||||||
export LANGUAGES_LIST="ru es"
|
export LANGUAGES_LIST="ru es"
|
||||||
export PW_VKBASALT="0"
|
export PW_VKBASALT="0"
|
||||||
|
Loading…
Reference in New Issue
Block a user