diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index bc5b018a..93d74906 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -696,7 +696,8 @@ def update_servergitmirrors(servergitmirrors, repo_section): for d in servergitmirrors: # Test print(f"d: {d}") - print(os.listdir()) + print("files:") + print(glob.glob(my_path + '/**/*.txt', recursive=True)) index_only = d.get('index_only', False)