changeset 1597:cd2a0c41b23f

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 26 Mar 2021 20:20:21 -0600
parents a9ff30fb5d89
children c78d6a4e2d9a
files src/luan/modules/host/Hosting.luan
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/luan/modules/host/Hosting.luan	Fri Mar 26 20:10:44 2021 -0600
+++ b/src/luan/modules/host/Hosting.luan	Fri Mar 26 20:20:21 2021 -0600
@@ -84,6 +84,8 @@
 		there = there.children[s] or error("'"..s.."' not found on remote")
 	end
 	host.copy_file(domain,password,there.path,my_file.name(),my_file.read_binary())
+	host.update_handler(domain,password)
+	host.close()
 end
 
 function Hosting.delete(domain,password)