Skip to content

Commit

Permalink
[ansible/docker] Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Mar 19, 2024
1 parent e4cd9ff commit 2ceafa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/templates/docker/env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ OVOS_SHARE_FOLDER={{ ovos_installer_user_home }}/ovos/share
OVOS_USER=ovos
PULL_POLICY={{ ovos_installer_docker_pull_policy }}
{% if "Raspberry Pi 5" in ovos_installer_raspberrypi and ovos_installer_display_server == "N/A" %}
QT_QPA_EGLFS_KMS_CONFIG=/home/$OVOS_USER/.config/mycroft/ovos-eglfs.json"
QT_QPA_EGLFS_KMS_CONFIG=/home/$OVOS_USER/.config/mycroft/ovos-eglfs.json
{% endif %}
QT_QPA_PLATFORM={{ 'eglfs' if ovos_installer_display_server == "N/A" else 'wayland;xcb' }}
{% if 'render' in getent_group %}
Expand Down

0 comments on commit 2ceafa7

Please sign in to comment.