From 5cb4b5e9e5f0b05c11dd9aa1646914ae5e3fe41a Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 21 Apr 2022 07:11:16 +0200 Subject: [PATCH] chore(legacy): move logrotate config in legacy/install (#1780) --- install | 2 +- .../logrotate/libretime-legacy.conf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename legacy/{build/airtime-php.logrotate => install/logrotate/libretime-legacy.conf} (100%) 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