Skip to content

Commit

Permalink
bw/bundles/voctocore: s/voc2mix/voctomix/g
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Jun 27, 2024
1 parent c4a4bb4 commit 96e3c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundlewrap/bundles/voctocore/files/check_recording.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="$?"
Expand Down
2 changes: 1 addition & 1 deletion bundlewrap/bundles/voctocore/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 96e3c2a

Please sign in to comment.