shop to accept private key
This commit is contained in:
@@ -18,7 +18,7 @@ local function startShop(node)
|
||||
if shopTab then
|
||||
multishell.terminate(shopTab)
|
||||
end
|
||||
shopTab = shell.openTab('/packages/swshop/swshop.lua', node.domain, node.password)
|
||||
shopTab = shell.openTab('/packages/swshop/swshop.lua', node.domain, node.password, node.isPrivateKey and 'true')
|
||||
end
|
||||
|
||||
-- node has been reconfigured
|
||||
|
||||
Reference in New Issue
Block a user