From 33e11b017ba5c3f6c1ed0dd46c7002f3e1c39ea4 Mon Sep 17 00:00:00 2001 From: lotho Date: Wed, 9 May 2018 20:28:54 +0200 Subject: [PATCH] Make it independent of the portal version --- byro_shackspace/templates/shackspace/portal_authorized_keys.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/byro_shackspace/templates/shackspace/portal_authorized_keys.txt b/byro_shackspace/templates/shackspace/portal_authorized_keys.txt index e1d3db9..407b8ee 100644 --- a/byro_shackspace/templates/shackspace/portal_authorized_keys.txt +++ b/byro_shackspace/templates/shackspace/portal_authorized_keys.txt @@ -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 %}