From 8a76cf82d852d3a78c3da2d32814db8a2914c200 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Tue, 10 Feb 2015 11:54:41 +0000 Subject: [PATCH] working symlink --- kippo/commands/wget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kippo/commands/wget.py b/kippo/commands/wget.py index 0dc4843..0799f72 100644 --- a/kippo/commands/wget.py +++ b/kippo/commands/wget.py @@ -160,7 +160,7 @@ class command_wget(HoneyPotCommand): else: print "deleting " + self.safeoutfile + " SHA sum: " + shasum os.remove(self.safeoutfile) - os.symlink( hash_path, self.safeoutfile ) + os.symlink( shasum, self.safeoutfile ) self.safeoutfile = hash_path print "Updating realfile to " + hash_path