CC-2664: fix for version 1.9.1
- done
This commit is contained in:
parent
4240d45f5d
commit
66d731437a
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
DEB=$(dpkg -s airtime 2> /dev/null | grep Status)
|
||||||
|
if [[ "$DEB" = "Status: install ok installed" ]]; then
|
||||||
|
echo -e "\nDebian package of Airtime detected. Please use the debian package to upgrade.\n"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
echo -e "\n******************************** Install Begin *********************************"
|
echo -e "\n******************************** Install Begin *********************************"
|
||||||
|
|
||||||
# Absolute path to this script
|
# Absolute path to this script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue