From 49e3c7fe136be9f2806e2cb7f50638f42dabd2cc Mon Sep 17 00:00:00 2001 From: Nicola Rustignoli Date: Mon, 6 Nov 2023 10:44:25 +0100 Subject: [PATCH] scp typo --- doc/deploy/deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/deploy/deployment.rst b/doc/deploy/deployment.rst index 8c8f81b7d4..9c91dcc79e 100644 --- a/doc/deploy/deployment.rst +++ b/doc/deploy/deployment.rst @@ -240,7 +240,7 @@ The topology information is needed by Router and Control Service instances, and for i in {1..5} do scp -r gen/ASffaa_1_$i/crypto scion0$i:/etc/scion/ - scp -r gen/trcs/ISD42-B1-S1.trc scion$i:/etc/scion/certs/ + scp -r gen/trcs/ISD42-B1-S1.trc scion0$i:/etc/scion/certs/ done