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:
parent
4508d0d8c0
commit
c16d7c2a1d
81 changed files with 13 additions and 6164 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue