From f3695de661f74e8a43829579683977c9ac0bc633 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 17 Apr 2012 16:38:17 -0500 Subject: Added support for shared & separate ports. --- scripts/console-uninstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/console-uninstall.sh') diff --git a/scripts/console-uninstall.sh b/scripts/console-uninstall.sh index 8e74e0a..6c54656 100755 --- a/scripts/console-uninstall.sh +++ b/scripts/console-uninstall.sh @@ -1,3 +1,4 @@ #!/bin/sh -x -rpm -ev --nodeps pki-console +yum erase -y\ + pki-console -- cgit