Archive : Fix full paths.

This commit is contained in:
Dmitry Voronin 2024-06-29 23:03:51 +03:00
parent 6bf182881b
commit ddd93a07bd
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -20,6 +20,9 @@
return 0 return 0
}; };
# Cut full paths.
target="''${target##*/}"
local date=$(_archive_date) local date=$(_archive_date)
# Parse name. # Parse name.
@ -58,6 +61,9 @@
return 0 return 0
}; };
# Cut full paths.
target="''${target##*/}"
# Start timestamp. # Start timestamp.
local date=$(_archive_date) local date=$(_archive_date)