From 096eb6a530bc92e64ea550b505d8a5c7b8c9fcf1 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 28 Jun 2021 03:37:21 -0500 Subject: [PATCH] Fix variable --- quick_jibri_installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index aaf2d82..16bdf34 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -262,7 +262,7 @@ do This is an unsupported use, as it will likely BREAK YOUR SYSTEM, so please don't." exit 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 done @@ -624,12 +624,12 @@ do esac done -if [ "$JIB_RES" = "720" ]; then +if [ "$JIBRI_RES" = "720" ]; then JIBRI_RES_CONF="\"1280x720\"" JIBRI_RES_XORG_CONF="1280 720" fi -if [ "$JIB_RES" = "1080" ]; then +if [ "$JIBRI_RES" = "1080" ]; then JIBRI_RES_CONF="\"1920x1080\"" JIBRI_RES_XORG_CONF="1920 1080" fi