Logrotate Integriert

um keinen eigenen Cronjob anlegen zu müssen, wurde hier die Installation von Logrotate integriert
This commit is contained in:
kai
2026-05-14 14:34:18 +00:00
parent 1c099616d5
commit 07e384e17f
+4
View File
@@ -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 ===="