From 936e4e38e7da8ef86fda5b4755eedb4465eaf367 Mon Sep 17 00:00:00 2001 From: wansuyoo Date: Fri, 12 Apr 2019 15:27:54 +0900 Subject: [PATCH] securemgr: change key file path Change-Id: Ie50d97d1012a1a3ff3f63f1edddd5576423bd201 Signed-off-by: wansuyoo --- src/interface/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/main.go b/src/interface/main.go index a5ee872..0d30add 100755 --- a/src/interface/main.go +++ b/src/interface/main.go @@ -61,7 +61,7 @@ import ( servicemgr "servicemgr" ) -var keyFilePath string = "/etc/edge-orchestration/key.txt" +var keyFilePath string = "/etc/orchestration_userID.txt" //export OrchestrationInit func OrchestrationInit() (errCode C.int) { -- 2.7.4