diff --git a/launcher.py b/launcher.py index 0139d89..8682e0f 100644 --- a/launcher.py +++ b/launcher.py @@ -45,7 +45,7 @@ def main(): #check if compressed, in that case dump was finished previously compressed = False - for f in os.listdir('/mnt/raccolto/wikia'): + for f in os.listdir('.'): if f.startswith(prefix) and f.endswith('.7z'): compressed = True zipfilename = f