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