mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 04:49:34 -07:00
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:
parent
ec89f90547
commit
70888ea8bd
1 changed files with 0 additions and 1 deletions
|
@ -309,7 +309,6 @@ if [ -z "${DISTRO_INSTALL}" ]; then
|
||||||
fi
|
fi
|
||||||
elif [ -f /etc/synoinfo.conf ]; then
|
elif [ -f /etc/synoinfo.conf ]; then
|
||||||
DISTRO="synology"
|
DISTRO="synology"
|
||||||
BUILD="linux-${ARCH}"
|
|
||||||
DISTRO_INSTALL="synopkg install"
|
DISTRO_INSTALL="synopkg install"
|
||||||
else
|
else
|
||||||
REDHAT=no
|
REDHAT=no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue