summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-xinstall/tools/ipa-server-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 64eccd874..6c0873f37 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -856,14 +856,14 @@ def main():
ds.apply_updates()
# Restart ds and krb after configurations have been changed
- service.print_msg("restarting the directory server")
+ service.print_msg("Restarting the directory server")
ds.restart()
- service.print_msg("restarting the KDC")
+ service.print_msg("Restarting the KDC")
krb.restart()
# Restart httpd to pick up the new IPA configuration
- service.print_msg("restarting the web server")
+ service.print_msg("Restarting the web server")
http.restart()
# Create a BIND instance