diff --git a/repo/dp/dp.go b/repo/dp/dp.go index 08ff697..bfd4ab2 100644 --- a/repo/dp/dp.go +++ b/repo/dp/dp.go @@ -3387,6 +3387,11 @@ func cleanXML(inputXML string) (string, error) { re = regexp.MustCompile(` read-only="[a-z]+"`) outputXML = re.ReplaceAllString(outputXML, "") + // Remove space from the name attribute from the SSH Service - otherwise update fails. + // + re = regexp.MustCompile(`)(.*?)`)