chore: move liquidsoap logrotate in install dir
This commit is contained in:
parent
b6795432b6
commit
aa4be97312
2
install
2
install
|
@ -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..."
|
||||
|
|
Loading…
Reference in New Issue