securemgr: change key file path 68/203368/1
authorwansuyoo <wansu.yoo@samsung.com>
Fri, 12 Apr 2019 06:27:54 +0000 (15:27 +0900)
committerwansuyoo <wansu.yoo@samsung.com>
Fri, 12 Apr 2019 06:28:39 +0000 (15:28 +0900)
Change-Id: Ie50d97d1012a1a3ff3f63f1edddd5576423bd201
Signed-off-by: wansuyoo <wansu.yoo@samsung.com>
src/interface/main.go

index a5ee872..0d30add 100755 (executable)
@@ -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) {