From 4a8edc4e54b8afe4b2aefddeff66c94ff1839e03 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 8 Oct 2020 21:47:54 +0200 Subject: [PATCH] adapt lua for hid clone --- client/luascripts/lf_hid_bulkclone.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/luascripts/lf_hid_bulkclone.lua b/client/luascripts/lf_hid_bulkclone.lua index dae59a53c..0e74f82b5 100644 --- a/client/luascripts/lf_hid_bulkclone.lua +++ b/client/luascripts/lf_hid_bulkclone.lua @@ -192,7 +192,7 @@ local function main(args) print('Press enter to program card '..cardnum..':'..facility..' (hex: '..card..')') --This would be better with 'press Enter', but we'll take what we can get. io.read() - core.console( ('lf hid clone %s'):format(card) ) + core.console( ('lf hid clone -r %s'):format(card) ) end end