Remind the user to restart HTTPD when done
authorSimo Sorce <simo@redhat.com>
Wed, 7 May 2014 13:47:20 +0000 (09:47 -0400)
committerSimo Sorce <simo@redhat.com>
Wed, 7 May 2014 14:00:35 +0000 (10:00 -0400)
On a successful install you need to retsart apache to enable the instance,
remind the user that is necessary.

Signed-off-by: Simo Sorce <simo@redhat.com>
ipsilon/install/ipsilon-server-install

index ce78aba..b56ded5 100755 (executable)
@@ -255,4 +255,5 @@ if __name__ == '__main__':
                 print 'Uninstallation complete.'
             else:
                 print 'Installation complete.'
+                print 'Please restart HTTPD to enable the IdP instance.'
     sys.exit(out)