mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-16 02:02:58 -07:00
Fix typo in autoinstall
This commit is contained in:
parent
2f0d3be8e4
commit
a9992fa10f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue