chore(cli): Allow override or only upgrade (#1377)
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
f94779ddf0
commit
8213219b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ do
|
|||
CLEANUP_TOOLING=1
|
||||
else
|
||||
log title "Applying Latest OpenReplay Patches"
|
||||
UPGRADE_OR_ONLY=1
|
||||
UPGRADE_OR_ONLY=${UPGRADE_OR_ONLY:-1}
|
||||
fi
|
||||
upgrade
|
||||
clean_tmp_dir
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue