From ea0f05bc761d4222a96a3f5a1e864db26e0cb42f Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 19 Apr 2019 20:53:11 -0500 Subject: [PATCH] Fix Ubuntu detection --- public/detect_linux.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/detect_linux.sh b/public/detect_linux.sh index dc18c95..c3f7ed7 100644 --- a/public/detect_linux.sh +++ b/public/detect_linux.sh @@ -51,8 +51,6 @@ elif [ -f /etc/lsb-release ]; then else resetDistVer fi - else - resetDistVer fi elif [ -f /etc/debian_version ]; then DISTNAME=debian