diff --git a/install b/install index 2999c9f61..236d103c4 100755 --- a/install +++ b/install @@ -1038,7 +1038,7 @@ if [ ! -d /var/log/libretime ]; then mkdir_and_chown "$web_user:$web_user" "/var/log/libretime" verbose "\n * Copying logrotate files..." - loudCmd "cp ${AIRTIMEROOT}/legacy/build/airtime-php.logrotate /etc/logrotate.d/airtime-php" + loudCmd "cp ${AIRTIMEROOT}/legacy/install/logrotate/libretime-legacy.conf /etc/logrotate.d/airtime-php" loudCmd "cp ${AIRTIMEROOT}/playout/install/logrotate/libretime-liquidsoap.conf /etc/logrotate.d/libretime-liquidsoap" fi diff --git a/legacy/build/airtime-php.logrotate b/legacy/install/logrotate/libretime-legacy.conf similarity index 100% rename from legacy/build/airtime-php.logrotate rename to legacy/install/logrotate/libretime-legacy.conf