diff --git a/winehelper b/winehelper index f7d80c4..2342c62 100755 --- a/winehelper +++ b/winehelper @@ -93,7 +93,7 @@ check_variables VKD3D_VER "1.1-2602" export CLOUD_URL="https://cloud.linux-gaming.ru/portproton" ##### CHECK NOEXEC FOR /HOME ##### -if grep -E "/home[[:space:]]" /etc/fstab | grep -q "noexec" ; then +if mount -l | grep -E "[[:space:]]/home[[:space:]]" | grep -q "noexec" ; then fatal "/home примонтирован в /etc/fstab с аргументом noexec.\nЗапуск портативной версии wine не возможен из домашнего каталога." fi