summaryrefslogtreecommitdiffstats
path: root/ipaserver/install
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/install')
-rw-r--r--ipaserver/install/ldapupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/ldapupdate.py b/ipaserver/install/ldapupdate.py
index 2ea890efc..2f5bcc748 100644
--- a/ipaserver/install/ldapupdate.py
+++ b/ipaserver/install/ldapupdate.py
@@ -894,7 +894,7 @@ class LDAPUpdate:
data = self.read_file(f)
except Exception, e:
self.error("error reading update file '%s'", f)
- sys.exit(e)
+ raise RuntimeError(e)
self.parse_update_file(f, data, all_updates)
self._run_updates(all_updates)