comparison src/luan/modules/host/Hosting.luan @ 1558:fe5bcd8133e0

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 16 Oct 2020 19:47:19 -0600
parents 732b5de211fc
children a9ff30fb5d89
comparison
equal deleted inserted replaced
1557:117ce8645b7f 1558:fe5bcd8133e0
45 there.children[name] = nil 45 there.children[name] = nil
46 end 46 end
47 end 47 end
48 for _, there_child in pairs(there.children) do 48 for _, there_child in pairs(there.children) do
49 if host.delete_unused(domain,password,there_child.path) then 49 if host.delete_unused(domain,password,there_child.path) then
50 print("deleted "..there_child.name) 50 print("deleted "..here.to_string().."/"..there_child.name)
51 end 51 end
52 end 52 end
53 else 53 else
54 error "not file or dir" 54 error "not file or dir"
55 end 55 end