Rename airtime-liquidsoap to libretime-liquidsoap

BREAKING:
sudo rm -f \
  /etc/logrotate.d/airtime-liquidsoap
This commit is contained in:
jo 2021-10-03 16:12:04 +02:00
parent 8be1366bef
commit 25e947c8bf
6 changed files with 7 additions and 7 deletions

View file

@ -1015,7 +1015,7 @@ if [ ! -d /var/log/airtime ]; then
verbose "\n * Copying logrotate files..."
loudCmd "cp ${AIRTIMEROOT}/legacy/build/airtime-php.logrotate /etc/logrotate.d/airtime-php"
loudCmd "cp ${AIRTIMEROOT}/python_apps/pypo/liquidsoap/airtime-liquidsoap.logrotate /etc/logrotate.d/airtime-liquidsoap"
loudCmd "cp ${AIRTIMEROOT}/python_apps/pypo/liquidsoap/logrotate.conf /etc/logrotate.d/libretime-liquidsoap"
fi
verbose "\n * Installing API client..."