CC-3798: Upgrade from 1.9.0 to 2.1.0 in lucid: warning message

-fixed
This commit is contained in:
Martin Konecny 2012-05-10 15:46:01 -04:00
parent 532dd036c1
commit ca4cbb0ce1
2 changed files with 6 additions and 11 deletions

View file

@ -21,6 +21,12 @@ if [ "$pypo" = "t" ]; then
python $AIRTIMEROOT/python_apps/pypo/install/pypo-initialize.py
fi
chmod 600 /etc/monit/conf.d/monit-airtime-generic.cfg
chmod 600 /etc/monit/conf.d/monit-airtime-liquidsoap.cfg
chmod 600 /etc/monit/conf.d/monit-airtime-media-monitor.cfg
chmod 600 /etc/monit/conf.d/monit-airtime-playout.cfg
chmod 600 /etc/monit/conf.d/monit-airtime-rabbitmq-server.cfg
# Start monit if it is not running, or restart if it is.
# Need to ensure monit is running before Airtime daemons are run. This is
# so we can ensure they can register with monit to monitor them when they start.