From 07e384e17fcd909bbce8c5d4ee435b8f01f8c6be Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 14 May 2026 14:34:18 +0000 Subject: [PATCH] Logrotate Integriert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit um keinen eigenen Cronjob anlegen zu müssen, wurde hier die Installation von Logrotate integriert --- scripts/deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 44c1c1a..f822a96 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -22,4 +22,8 @@ rsync -av --delete "$REPO_DIR/scripts/" "$TARGET_DIR/" echo "Set permissions..." chmod +x "$TARGET_DIR"/*.sh +#logrotate Integration +echo "Install logrotate config..." +bash "$REPO_DIR/scripts/install-logrotate.sh" + echo "==== Deploy fertig ====" \ No newline at end of file