From aa4be973124cfa0ce3348de201cc00779b8b5fee Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 3 Jan 2022 16:39:29 +0100 Subject: [PATCH] chore: move liquidsoap logrotate in install dir --- install | 2 +- .../logrotate/libretime-liquidsoap.conf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename playout/{libretime_liquidsoap/logrotate.conf => install/logrotate/libretime-liquidsoap.conf} (100%) diff --git a/install b/install index c1763e0f2..5bf51fbb8 100755 --- a/install +++ b/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..." diff --git a/playout/libretime_liquidsoap/logrotate.conf b/playout/install/logrotate/libretime-liquidsoap.conf similarity index 100% rename from playout/libretime_liquidsoap/logrotate.conf rename to playout/install/logrotate/libretime-liquidsoap.conf