From 0c7ff90e4380c2c690818b5a8079fdcfb61af389 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 7 May 2014 09:47:20 -0400 Subject: [PATCH 1/1] Remind the user to restart HTTPD when done On a successful install you need to retsart apache to enable the instance, remind the user that is necessary. Signed-off-by: Simo Sorce --- ipsilon/install/ipsilon-server-install | 1 + 1 file changed, 1 insertion(+) diff --git a/ipsilon/install/ipsilon-server-install b/ipsilon/install/ipsilon-server-install index ce78aba..b56ded5 100755 --- a/ipsilon/install/ipsilon-server-install +++ b/ipsilon/install/ipsilon-server-install @@ -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) -- 2.20.1