mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-02 22:04:20 +01:00
working symlink
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user