Finish out Import-Config...

This commit is contained in:
2025-05-14 17:44:44 -05:00
parent d02ab2b22b
commit ddef660727

View File

@@ -439,9 +439,16 @@ Function Import-Config () {
}
}
Catch {
Add-LogEntry "Error loading config file! Please make sure the correct path was provided, and that it is a properly formatted CSV file" -As Error
Write-Host $_
Exit
}
}
Else {
Add-LogEntry "Error loading config file! Please make sure the correct path was provided, and that it is a properly formatted file" -As Error
Write-Host $_
Exit
}
}
Function Set-RegistryKey {