From 2aad7f3c5992475935df3dd22e51dd58aede1139 Mon Sep 17 00:00:00 2001 From: Kaladin Light <0.kaladin@gmail.com> Date: Sun, 15 May 2016 17:02:03 -0400 Subject: [PATCH] fix minor issue on lsb_release --- auto_install/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index d90f222..91c9f09 100644 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -65,8 +65,8 @@ If you think you received this message in error, you can post an issue on the Gi } if hash lsb_release 2>/dev/null; then - PLAT=$($LSB_REL -si) - OSCN=$($LSB_REL -sc) # We want this to be trusty xenial or jessie + PLAT=$(lsb_release -si) + OSCN=$(lsb_release -sc) # We want this to be trusty xenial or jessie if [[ $PLAT == "Ubuntu" || $PLAT == "Raspbian" || $PLAT == "Debian" ]]; then if [[ $OSCN != "trusty" && $OSCN != "xenial" && $OSCN != "jessie" ]]; then