From 3c08d1691aa4ddfc152c94846db6b1e5ede6c427 Mon Sep 17 00:00:00 2001 From: diego oliveira pego <5631904+diegopego@users.noreply.github.com> Date: Fri, 16 May 2025 23:52:42 -0300 Subject: [PATCH] Added missing ResticExe variable --- config_sample.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config_sample.ps1 b/config_sample.ps1 index 0560e0f..a49ee8f 100644 --- a/config_sample.ps1 +++ b/config_sample.ps1 @@ -5,6 +5,7 @@ # general configuration $InstallPath = "C:\restic" $ExeName = "restic.exe" +$ResticExe = Join-Path $InstallPath $ExeName $GlobalParameters = @() $LogRetentionDays = 30 $BackupOnMeteredNetwork = $true @@ -63,4 +64,4 @@ $CustomActionEndSuccess = $null # Example: Invoking a script # $successScript = Join-Path $InstallPath "mySuccessScript.ps1" -# $CustomActionEndSuccess = "& $successScript" \ No newline at end of file +# $CustomActionEndSuccess = "& $successScript"