-update install/uninstall scripts

This commit is contained in:
martin 2011-01-26 18:12:51 -05:00
parent 0f786c5290
commit ae274b09dc
3 changed files with 14 additions and 14 deletions

View file

@ -150,9 +150,7 @@ try:
print output
if not found:
print "Install has completed, but daemontools is not running, please make sure you have it installed and then reboot."
else:
print "Install complete."
print "Pypo install has completed, but daemontools is not running, please make sure you have it installed and then reboot."
except Exception, e:
print "exception:" + str(e)