mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
oh that wasnt enough ok then
This commit is contained in:
parent
62df0a0eb2
commit
99820d854c
|
@ -69,6 +69,11 @@ def get_ramdisk():
|
|||
with open("/Volumes/cptd/.metadata_never_index", "w") as f:
|
||||
f.write("orz")
|
||||
|
||||
try:
|
||||
shutil.rmtree("/Volumes/cptd/.fseventsd")
|
||||
except:
|
||||
pass
|
||||
|
||||
return subdir("/Volumes/cptd")
|
||||
except Exception as ex:
|
||||
print(repr(ex))
|
||||
|
|
Loading…
Reference in a new issue