mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 12:59:40 -07:00
add spaces
add spaces before closing brackets
This commit is contained in:
parent
5bfb7d45e8
commit
a5d183fe5f
1 changed files with 3 additions and 3 deletions
|
@ -310,11 +310,11 @@ if [ -z "${DISTRO_INSTALL}" ]; then
|
||||||
elif [ -f /etc/synoinfo.conf ]; then
|
elif [ -f /etc/synoinfo.conf ]; then
|
||||||
DISTRO="synology"
|
DISTRO="synology"
|
||||||
if [ "${PUBLIC}" = "yes" ]; then
|
if [ "${PUBLIC}" = "yes" ]; then
|
||||||
if [ "${ARCH}" = "x86_64"]; then
|
if [ "${ARCH}" = "x86_64" ]; then
|
||||||
BUILD="linux-ubuntu-x86_64"
|
BUILD="linux-ubuntu-x86_64"
|
||||||
elif [ "${ARCH}" = "x86"]; then
|
elif [ "${ARCH}" = "x86" ]; then
|
||||||
BUILD="linux-synology-i686"
|
BUILD="linux-synology-i686"
|
||||||
elif [ "${ARCH}" = "armv7"]; then
|
elif [ "${ARCH}" = "armv7" ]; then
|
||||||
BUILD="linux-synology-armv7"
|
BUILD="linux-synology-armv7"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue