remove media-monitor

airtime-media-monitor conflicts with airtime-analyzer, which is what
is now used to monitor the LibreTime application

https://github.com/LibreTime/libretime-debian-packaging/issues/2#issuecomment-359987457
This commit is contained in:
Kyle Robertze 2018-01-24 09:20:51 +02:00
parent 4508d0d8c0
commit c16d7c2a1d
81 changed files with 13 additions and 6164 deletions

View file

@ -66,8 +66,6 @@ for i in ${FILES[*]}; do
echo $i
done
echo "pip airtime-playout"
# We're no longer using media-monitor
# echo "pip airtime-media-monitor"
echo -e "\nIf your web root is not listed, you will need to manually remove it."
@ -105,6 +103,6 @@ if [[ "$IN" = "y" || "$IN" = "Y" ]]; then
dropAirtimeDatabase
fi
pip uninstall -y airtime-playout airtime-media-monitor
pip uninstall -y airtime-playout airtime-media-monitor airtime-analyzer
service apache2 restart
echo "...Done"