###Scripts version 2045###

This commit is contained in:
castro-fidel
2021-11-10 00:13:15 +03:00
parent 0191ea26f6
commit fdf7ab4674
7 changed files with 38 additions and 21 deletions

View File

@ -154,6 +154,10 @@ portwine_start_debug () {
cat "${PORT_SCRIPTS_PATH}/portwine_db/default" | sed '/##/d' >> "${PORT_WINE_PATH}/${portname}.log"
fi
echo "-----------------------------------------" >> "${PORT_WINE_PATH}/${portname}.log"
if [ -f "${USER_CONF}" ]; then
cat "${USER_CONF}" | sed '/bash/d' >> "${PORT_WINE_PATH}/${portname}.log"
fi
echo "----------------------------------------" >> "${PORT_WINE_PATH}/${portname}.log"
echo "Log WINE:" >> "${PORT_WINE_PATH}/${portname}.log"
export DXVK_HUD="full"