Fix variable

This commit is contained in:
Luis Guzmán 2021-06-28 03:37:21 -05:00
parent 57232b1408
commit 096eb6a530
1 changed files with 3 additions and 3 deletions

View File

@ -262,7 +262,7 @@ do
This is an unsupported use, as it will likely BREAK YOUR SYSTEM, so please don't." This is an unsupported use, as it will likely BREAK YOUR SYSTEM, so please don't."
exit exit
else else
echo -e "\n > No standard desktop environment for user oriented porpuse detected, continuing..." echo -e "\n > No standard desktop environment \'$de\' for user oriented porpuse detected, continuing..."
fi fi
done done
@ -624,12 +624,12 @@ do
esac esac
done done
if [ "$JIB_RES" = "720" ]; then if [ "$JIBRI_RES" = "720" ]; then
JIBRI_RES_CONF="\"1280x720\"" JIBRI_RES_CONF="\"1280x720\""
JIBRI_RES_XORG_CONF="1280 720" JIBRI_RES_XORG_CONF="1280 720"
fi fi
if [ "$JIB_RES" = "1080" ]; then if [ "$JIBRI_RES" = "1080" ]; then
JIBRI_RES_CONF="\"1920x1080\"" JIBRI_RES_CONF="\"1920x1080\""
JIBRI_RES_XORG_CONF="1920 1080" JIBRI_RES_XORG_CONF="1920 1080"
fi fi