From ac0e984784893296f40d135b79051f4c0b2372e0 Mon Sep 17 00:00:00 2001 From: dyoder Date: Fri, 24 Sep 2021 14:14:57 -0400 Subject: [PATCH] fix --- Install-EmberkomCloudBackup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-EmberkomCloudBackup.ps1 b/Install-EmberkomCloudBackup.ps1 index f94b9b4..8cf1008 100644 --- a/Install-EmberkomCloudBackup.ps1 +++ b/Install-EmberkomCloudBackup.ps1 @@ -29,7 +29,7 @@ Catch { LogErr $_.Exception.Message } ## Set the agent edition LogMsg "Setting Emberkom Cloud Backup agent edition to ""$AgentEdition""" Try { Set-MBSAgentSetting -Edition $AgentEdition -Verbose } -Catch { $_.Exception.Message } +Catch { LogErr $_.Exception.Message } ## Get agent details and custom fields from Atera Try {