We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfb7d4 commit a5d183fCopy full SHA for a5d183f
1 file changed
plexupdate.sh
@@ -310,11 +310,11 @@ if [ -z "${DISTRO_INSTALL}" ]; then
310
elif [ -f /etc/synoinfo.conf ]; then
311
DISTRO="synology"
312
if [ "${PUBLIC}" = "yes" ]; then
313
- if [ "${ARCH}" = "x86_64"]; then
+ if [ "${ARCH}" = "x86_64" ]; then
314
BUILD="linux-ubuntu-x86_64"
315
- elif [ "${ARCH}" = "x86"]; then
+ elif [ "${ARCH}" = "x86" ]; then
316
BUILD="linux-synology-i686"
317
- elif [ "${ARCH}" = "armv7"]; then
+ elif [ "${ARCH}" = "armv7" ]; then
318
BUILD="linux-synology-armv7"
319
fi
320
else
0 commit comments