Skip to content
Snippets Groups Projects
Commit 7846d3b0 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

Revert "check backup date on symlink instead of dir"

This reverts commit 3848da13.
parent 3848da13
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ def test_last_backup_is_recent(server: str) -> bool:
# test each possible path
for path in paths:
# build and run commands
find = "find -L {} {} {} {}".format(
find = "find -L {} {} {} {} {}".format(
path,
"-maxdepth 1",
"-xtype l",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment