Make it independent of the portal version

This commit is contained in:
lotho 2018-05-09 20:28:54 +02:00 committed by Tobias Kunze
parent b093489c77
commit 33e11b017b

View File

@ -1,2 +1,2 @@
{% for profile in profiles %}command="/opt/Portal-v3/portal/portal.py -a {{ task }} -s {{ profile.number }} -n \"{{ profile.name }}\" --nick \"{{ profile.nick }}\"",no-port-forwarding,no-X11-forwarding,no-agent-forwarding {{ profile.key }}
{% for profile in profiles %}command="/opt/Portal/portal/portal.py -a {{ task }} -s {{ profile.number }} -n \"{{ profile.name }}\" --nick \"{{ profile.nick }}\"",no-port-forwarding,no-X11-forwarding,no-agent-forwarding {{ profile.key }}
{% endfor %}