Archive : Fix full paths.
This commit is contained in:
parent
6bf182881b
commit
ddd93a07bd
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue