From c329386b9aab3d9633dd7c791818e6308cd3027d Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Thu, 1 Jun 2017 11:10:11 +0200 Subject: [PATCH] Remove sudo usage from xci-deploy The script was refactored to don't need sudo on the latest versions, and the documentation is still referencing it. Change-Id: I7064317ab7b756a78638f7474f2944472d3a4ba2 --- prototypes/xci/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/xci/README.rst b/prototypes/xci/README.rst index 6d7af0d6e..f6539bb85 100644 --- a/prototypes/xci/README.rst +++ b/prototypes/xci/README.rst @@ -113,7 +113,7 @@ change into directory where the sandbox script is located execute sandbox script - sudo -E ./xci-deploy.sh + ./xci-deploy.sh Issuing above command will start aio sandbox deployment and the sandbox should be ready between 1,5 and 2 hours depending on the host machine. -- 2.16.6