mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 10:36:55 -07:00
Style fix for conditional
This commit is contained in:
parent
8dda798664
commit
ca1fe0395e
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ if yesno; then
|
|||
if wget --show-progress -V &> /dev/null; then
|
||||
PROGRESS_OPT="-P"
|
||||
fi
|
||||
if [ "$AUTOINSTALL" == "yes" ] || [ "$CRON" == "yes" ]; then
|
||||
if [ "$AUTOINSTALL" == "yes" -o "$CRON" == "yes" ]; then
|
||||
sudo -E "$FULL_PATH/plexupdate.sh" $PROGRESS_OPT --config "$CONFIGFILE"
|
||||
else
|
||||
"$FULL_PATH/plexupdate.sh" $PROGRESS_OPT --config "$CONFIGFILE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue