mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 04:49:34 -07:00
Update plexupdate.sh
This commit is contained in:
parent
b10ecd84c3
commit
e3a9c963ee
1 changed files with 2 additions and 1 deletions
|
@ -328,7 +328,8 @@ if [ "${AUTOSTART}" == "yes" then
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Error: You need to be root to use autoinstall option."
|
echo "Error: You need to be root to use autoinstall option."
|
||||||
exit 1
|
exit 1
|
||||||
elif [ "${REDHAT}" == "no" ]
|
fi
|
||||||
|
if [ "${REDHAT}" == "no" ]; then
|
||||||
echo "The AUTOSTART [-s] option may not be needed on your distribution."
|
echo "The AUTOSTART [-s] option may not be needed on your distribution."
|
||||||
fi
|
fi
|
||||||
sudo service plexmediaserver start
|
sudo service plexmediaserver start
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue