mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 04:49:34 -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
|
if wget --show-progress -V &> /dev/null; then
|
||||||
PROGRESS_OPT="-P"
|
PROGRESS_OPT="-P"
|
||||||
fi
|
fi
|
||||||
if [ "$AUTOINSTALL" == "yes" ] || [ "$CRON" == "yes" ]; then
|
if [ "$AUTOINSTALL" == "yes" -o "$CRON" == "yes" ]; then
|
||||||
sudo -E "$FULL_PATH/plexupdate.sh" $PROGRESS_OPT --config "$CONFIGFILE"
|
sudo -E "$FULL_PATH/plexupdate.sh" $PROGRESS_OPT --config "$CONFIGFILE"
|
||||||
else
|
else
|
||||||
"$FULL_PATH/plexupdate.sh" $PROGRESS_OPT --config "$CONFIGFILE"
|
"$FULL_PATH/plexupdate.sh" $PROGRESS_OPT --config "$CONFIGFILE"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue