Scripts version 2114

This commit is contained in:
castro-fidel
2022-05-31 15:55:02 +03:00
parent da38a958ac
commit caa498a99d
4 changed files with 10 additions and 4 deletions

View File

@ -332,7 +332,7 @@ init_wine_ver () {
pw_init_runtime () {
if [[ -z $(grep "ROSA Fresh" "/etc/os-release") ]] ; then
if [[ -n "$(grep "ROSA Fresh" "/etc/os-release")" ]] ; then
export LOCPATH="/run/host/usr/share/locale/"
fi