add spaces

add spaces before closing brackets
This commit is contained in:
myellen 2019-05-12 00:42:45 -04:00 committed by Max
commit a5d183fe5f
No known key found for this signature in database
GPG key ID: 0BDA73476CD8AB10

View file

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