From a5d183fe5fc6358cd0109daaf27decf625d56209 Mon Sep 17 00:00:00 2001 From: myellen Date: Sun, 12 May 2019 00:42:45 -0400 Subject: [PATCH] add spaces add spaces before closing brackets --- plexupdate.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plexupdate.sh b/plexupdate.sh index e59edea..a64a116 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -310,11 +310,11 @@ if [ -z "${DISTRO_INSTALL}" ]; then elif [ -f /etc/synoinfo.conf ]; then DISTRO="synology" if [ "${PUBLIC}" = "yes" ]; then - if [ "${ARCH}" = "x86_64"]; then + if [ "${ARCH}" = "x86_64" ]; then BUILD="linux-ubuntu-x86_64" - elif [ "${ARCH}" = "x86"]; then + elif [ "${ARCH}" = "x86" ]; then BUILD="linux-synology-i686" - elif [ "${ARCH}" = "armv7"]; then + elif [ "${ARCH}" = "armv7" ]; then BUILD="linux-synology-armv7" fi else