shop to accept private key

This commit is contained in:
kepler155c@gmail.com
2019-03-03 14:05:18 -05:00
parent 29bcb1bcc6
commit fcb6914276
4 changed files with 11 additions and 6 deletions

View File

@@ -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