From 87828a81fee3fa0b82e5ebf379a9dab3876c2def Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 16 Feb 2011 00:24:24 -0500 Subject: [PATCH] -make sure pypo is uninstalled before installing --- pypo/install/pypo-install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pypo/install/pypo-install.py b/pypo/install/pypo-install.py index 4aa10484b..52746f009 100644 --- a/pypo/install/pypo-install.py +++ b/pypo/install/pypo-install.py @@ -62,8 +62,8 @@ def get_current_script_dir(): try: current_script_dir = get_current_script_dir() - print "Terminating any existing pypo processes" - os.system("python %s/pypo-stop.py"% current_script_dir) + print "Checking and removing any existing pypo processes" + os.system("python %s/pypo-uninstall.py 2>&1 1>/dev/null"% current_script_dir) time.sleep(5) # Create users