Skip to content

Commit 41f2d68

Browse files
committed
run import key under correct user
1 parent 60b6434 commit 41f2d68

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/__xtz/import_key.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ end
2222
local process = proc.spawn("bin/client", import_args, {
2323
stdio = "inherit",
2424
wait = true,
25+
username = am.app.get("user"),
2526
env = { HOME = path.combine(os.cwd(), "data") }
2627
})
2728
ami_assert(process.exit_code == 0, "Failed to import key!")

src/specs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "xtz.node" ,
3-
"version" : "23.2.3+S",
3+
"version" : "23.2.4+S",
44
"dependencies": [
55
{ "id":"xtz.base" }
66
]

0 commit comments

Comments
 (0)