CC-3205: Repeated message during install
- Changing "* Creating /etc/airtime" to "* Creating /etc/monit/conf.d/monit-airtime-generic.cfg"
This commit is contained in:
parent
2a8592584d
commit
fe9eaeb9fc
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if [ ! -e /etc/airtime/airtime.conf ]; then
|
|||
cp $AIRTIMEROOT/airtime_mvc/build/airtime.conf /etc/airtime
|
||||
fi
|
||||
|
||||
echo "* Creating /etc/airtime"
|
||||
echo "* Creating /etc/monit/conf.d/monit-airtime-generic.cfg"
|
||||
mkdir -p /etc/monit/conf.d/
|
||||
if [ ! -e /etc/monit/conf.d/monit-airtime-generic.cfg ]; then
|
||||
cp $AIRTIMEROOT/python_apps/monit/monit-airtime-generic.cfg /etc/monit/conf.d/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue