mirror of
https://github.com/9001/copyparty.git
synced 2026-03-30 12:02:58 +10:00
fix sfx keepalive across unix users
This commit is contained in:
@@ -222,7 +222,12 @@ def hashfile(fn):
|
||||
|
||||
def unpack():
|
||||
"""unpacks the tar yielded by `data`"""
|
||||
name = "pe-copyparty"
|
||||
name = "pe-copyparty."
|
||||
try:
|
||||
name += str(os.geteuid())
|
||||
except:
|
||||
pass
|
||||
|
||||
tag = "v" + str(STAMP)
|
||||
top = tempfile.gettempdir()
|
||||
opj = os.path.join
|
||||
|
||||
Reference in New Issue
Block a user