CC-3736: Full Install fail at Ubuntu 12.04

This commit is contained in:
Martin Konecny 2012-04-30 17:13:52 -04:00
parent c84acdfea6
commit 234ee0f696
2 changed files with 1 additions and 2 deletions

View file

@ -35,7 +35,7 @@ apt-get update
# Updated package list
apt-get -y install tar gzip curl apache2 php5-pgsql libapache2-mod-php5 \
php-pear php5-gd postgresql odbc-postgresql python2.6 libsoundtouch-ocaml \
php-pear php5-gd postgresql odbc-postgresql python libsoundtouch-ocaml \
libtaglib-ocaml libao-ocaml libmad-ocaml ecasound \
libesd0 libportaudio2 libsamplerate0 rabbitmq-server patch \
php5-curl mpg123 monit python-virtualenv multitail libcamomile-ocaml-data \

View file

@ -8,7 +8,6 @@ from api_clients import api_client
from configobj import ConfigObj
import logging
import logging.basicConfig
if os.geteuid() != 0:
print "Please run this as root."