From a9992fa10f7145d175875ef2d46e7b44a8a578e3 Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Thu, 1 Sep 2016 13:23:29 -0700 Subject: [PATCH] Fix typo in autoinstall --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index e343fab..d82cddf 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -548,7 +548,7 @@ if [ ! -z "${PLEXSERVER}" -a "${AUTOINSTALL}" = "yes" ]; then fi if [ "${AUTOINSTALL}" = "yes" ]; then - if ! hash ldconfig 2>/dev/null && [ -a "${DISTRO}" = "ubuntu" ]; then + if ! hash ldconfig 2>/dev/null && [ "${DISTRO}" = "ubuntu" ]; then export PATH=$PATH:/sbin fi # no elif since DISTRO_INSTALL will produce error output for us