From: Chris Sharp Date: Wed, 28 Jun 2017 14:29:06 +0000 (-0400) Subject: Typo in checking for distro. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d34742f136d2eec127c537fc8f3ef4a61448a472;p=contrib%2Fpines%2Fgenasys.git Typo in checking for distro. --- diff --git a/templates/setup-vars b/templates/setup-vars index 969c3f0..6864676 100644 --- a/templates/setup-vars +++ b/templates/setup-vars @@ -31,7 +31,7 @@ COL_BR_CYAN=$ESC_SEQ"1;36m" ### Set install log INSTALL_LOG="/var/log/genasys_install.log" -OSDISTRO=$(lsb_release -i | awk '{ print $1 }') +OSDISTRO=$(lsb_release -i | awk '{ print $3 }') OSRELEASE=$(lsb_release -r | awk '{print $2}') #Set APT tool