remove redundant line of code

BUILD="linux-${ARCH}" is already done at line 56

Co-Authored-By: Alex Malinovich <alexmalinovich@gmail.com>
This commit is contained in:
myellen 2019-06-05 19:48:15 -04:00 committed by GitHub
parent ec89f90547
commit 70888ea8bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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