diff options
Diffstat (limited to 'install/tools')
-rwxr-xr-x | install/tools/ipa-server-install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index 64eccd87..6c0873f3 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 |