Skip to content

Commit

Permalink
Merge pull request #71 from RobertElder/fix-exit
Browse files Browse the repository at this point in the history
Disable exit on error when checking if apache2.4 is installed.
  • Loading branch information
RobertElder committed Oct 11, 2014
2 parents 736acda + 874adf0 commit 05096dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install_full/ubuntu/airtime-full-install
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ echo "----------------------------------------------------"

dist=`lsb_release -is`
code=`lsb_release -cs`
set +e
apache2 -v | grep "2\.4" > /dev/null
apacheversion=$?
set -e

#enable squeeze backports to get lame packages
if [ "$dist" = "Debian" -a "$code" = "squeeze" ]; then
Expand Down

0 comments on commit 05096dc

Please sign in to comment.