1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #2586 from jvonau/deb_11

gui_desired_network_role is defined in systemd.j2 [solves two Debian 11 issues?]
This commit is contained in:
A Holt 2020-10-23 10:24:08 -07:00 committed by GitHub
commit 45e110d6d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
# iiab_network_mode is {{ iiab_network_mode }}
{% if gui_desired_network_role is defined %}
# gui_desired_network_role is {{ gui_desired_network_role }}
{% endif %}
{% if iiab_network_mode != "Appliance" %}
################# LANCONTROLLER ###################