From 70888ea8bd081cf738f74d0df3d4ad21bc561569 Mon Sep 17 00:00:00 2001 From: myellen Date: Wed, 5 Jun 2019 19:48:15 -0400 Subject: [PATCH] remove redundant line of code BUILD="linux-${ARCH}" is already done at line 56 Co-Authored-By: Alex Malinovich --- plexupdate.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 12c562d..2ad4731 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -309,7 +309,6 @@ if [ -z "${DISTRO_INSTALL}" ]; then fi elif [ -f /etc/synoinfo.conf ]; then DISTRO="synology" - BUILD="linux-${ARCH}" DISTRO_INSTALL="synopkg install" else REDHAT=no