From fae89440aa4378db44ac13a2544df01767271bce Mon Sep 17 00:00:00 2001 From: Crsi Date: Mon, 15 Feb 2021 19:11:19 +0100 Subject: [PATCH] Removed a doubled 'placed' --- developer/services/qrexec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/services/qrexec.md b/developer/services/qrexec.md index dd1a20d4..24e00ceb 100644 --- a/developer/services/qrexec.md +++ b/developer/services/qrexec.md @@ -288,7 +288,7 @@ We should get "3" as answer. Here we create an RPC call that reads a specific file from a predefined directory on the target. This example uses an [argument](#service-policies-with-arguments) to the policy. -In this example a simplified workflow will be used. The service code placed is placed directly in the service definition file on the target VM. +In this example a simplified workflow will be used. The service code is placed directly in the service definition file on the target VM. No separate client script will be needed. First, on your target VM, create two files in the home directory: `testfile1` and `testfile2`.