From 96e3c2a9988df3190191f1ea79249fa29bd926aa Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 27 Jun 2024 18:33:31 +0200 Subject: [PATCH] bw/bundles/voctocore: s/voc2mix/voctomix/g --- bundlewrap/bundles/voctocore/files/check_recording.sh | 2 +- bundlewrap/bundles/voctocore/items.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundlewrap/bundles/voctocore/files/check_recording.sh b/bundlewrap/bundles/voctocore/files/check_recording.sh index 8776da5d..81a87175 100644 --- a/bundlewrap/bundles/voctocore/files/check_recording.sh +++ b/bundlewrap/bundles/voctocore/files/check_recording.sh @@ -4,7 +4,7 @@ if systemctl is-active --quiet voctomix2-voctocore then if ! systemctl is-active --quiet voctomix2-recording-sink then - voc2alert "error" "recording" "voc2mix running, but recording-sink not!" + voc2alert "error" "recording" "voctomix running, but recording-sink not!" else message=$(perl /usr/local/sbin/check_system.d/check_recording.pl "/video/capture/${event['slug']}/") return_code="$?" diff --git a/bundlewrap/bundles/voctocore/items.py b/bundlewrap/bundles/voctocore/items.py index 0b6b7447..720ef194 100644 --- a/bundlewrap/bundles/voctocore/items.py +++ b/bundlewrap/bundles/voctocore/items.py @@ -38,7 +38,7 @@ for filename, title in sorted(node.metadata.get('event/overlay_mappings', {}).items()): overlay_mapping.append(f'{filename}.png|{title}') -### voc2mix +### voctomix files['/opt/voctomix2/voctocore-config.ini'] = { 'content_type': 'mako', 'source': f'voctocore-config-by-version/{voctomix_version}.ini',