Set archive paths accordingly
This commit is contained in:
parent
7ce4b2bbe4
commit
5c1832c116
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ class Context {
|
|||
}
|
||||
|
||||
[void] Restore([string]$archivePath, [string]$destinationPath) {
|
||||
$archivePath = "$archivePath.001";
|
||||
|
||||
if (-not (Test-Path -PathType Leaf $archivePath)) {
|
||||
Write-Information (
|
||||
[string]::Join(
|
||||
|
|
Loading…
Reference in a new issue