Fix typo in autoinstall

This commit is contained in:
Alex Malinovich 2016-09-01 13:23:29 -07:00
parent 2f0d3be8e4
commit a9992fa10f

View file

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