diff src/luan/modules/host/Hosting.luan @ 1366:ae2321a09723

improve Thread.schedule
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 17 Jun 2019 21:50:40 -0600
parents e8fc6712b468
children 8d7a39ca2c0c
line wrap: on
line diff
--- a/src/luan/modules/host/Hosting.luan	Wed Jun 12 22:16:10 2019 -0600
+++ b/src/luan/modules/host/Hosting.luan	Mon Jun 17 21:50:40 2019 -0600
@@ -47,7 +47,7 @@
 				end
 			end
 			for _, there_child in pairs(there.children) do
-				if host.delete_unused(domain,password,there_child.path)==true then   -- remove ==true later
+				if host.delete_unused(domain,password,there_child.path) then
 					print("deleted "..there_child.name)
 				end
 			end