CC-4104: airtime-uninstall should not purge airtime database be default
-small fix
This commit is contained in:
parent
35d3d63e08
commit
832eafdea1
2 changed files with 2 additions and 1 deletions
|
@ -151,6 +151,7 @@ if [ "$result" -eq "0" ]; then
|
|||
elif [ "$result" -eq "1" -a "$reinstall" = "f" ]; then
|
||||
echo " * Same version of Airtime already installed! Reusing database."
|
||||
nodb='t'
|
||||
overwrite='f'
|
||||
elif [ "$result" -eq "2" ]; then
|
||||
echo " * Previous version of Airtime already installed..will perform upgrade."
|
||||
DO_UPGRADE="1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue