chore: move liquidsoap logrotate in install dir

This commit is contained in:
jo 2022-01-03 16:39:29 +01:00 committed by Kyle Robbertze
parent b6795432b6
commit aa4be97312
2 changed files with 1 additions and 1 deletions

View File

@ -1030,7 +1030,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}/playout/liquidsoap/logrotate.conf /etc/logrotate.d/libretime-liquidsoap"
loudCmd "cp ${AIRTIMEROOT}/playout/install/logrotate/libretime-liquidsoap.conf /etc/logrotate.d/libretime-liquidsoap"
fi
verbose "\n * Installing API client..."