CC-2664: fixing bug on the code

- fixed
This commit is contained in:
James 2011-08-18 17:36:20 -04:00
parent c544e0fb1b
commit 8ce4c6ae6a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
DEB=$(dpkg -s lame 2> /dev/null | grep Status)
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