-make sure pypo is uninstalled before installing
This commit is contained in:
parent
601612fda4
commit
87828a81fe
|
@ -62,8 +62,8 @@ def get_current_script_dir():
|
||||||
|
|
||||||
try:
|
try:
|
||||||
current_script_dir = get_current_script_dir()
|
current_script_dir = get_current_script_dir()
|
||||||
print "Terminating any existing pypo processes"
|
print "Checking and removing any existing pypo processes"
|
||||||
os.system("python %s/pypo-stop.py"% current_script_dir)
|
os.system("python %s/pypo-uninstall.py 2>&1 1>/dev/null"% current_script_dir)
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
|
|
||||||
# Create users
|
# Create users
|
||||||
|
|
Loading…
Reference in New Issue