Skip to content

Commit a5d183f

Browse files
committed
add spaces
add spaces before closing brackets
1 parent 5bfb7d4 commit a5d183f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plexupdate.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,11 @@ if [ -z "${DISTRO_INSTALL}" ]; then
310310
elif [ -f /etc/synoinfo.conf ]; then
311311
DISTRO="synology"
312312
if [ "${PUBLIC}" = "yes" ]; then
313-
if [ "${ARCH}" = "x86_64"]; then
313+
if [ "${ARCH}" = "x86_64" ]; then
314314
BUILD="linux-ubuntu-x86_64"
315-
elif [ "${ARCH}" = "x86"]; then
315+
elif [ "${ARCH}" = "x86" ]; then
316316
BUILD="linux-synology-i686"
317-
elif [ "${ARCH}" = "armv7"]; then
317+
elif [ "${ARCH}" = "armv7" ]; then
318318
BUILD="linux-synology-armv7"
319319
fi
320320
else

0 commit comments

Comments
 (0)