fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user