From 64974b9a18ef08f5a9f65a17af5cb06c1db4295c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 10 Mar 2011 13:19:36 +0100 Subject: webif user managment --- module/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/setup.py') diff --git a/module/setup.py b/module/setup.py index 6316e295e..9be040b4e 100644 --- a/module/setup.py +++ b/module/setup.py @@ -291,7 +291,7 @@ class Setup(): print "" print _("## SSL Setup ##") print "" - print _("Execute these commands from pyLoad folder to make ssl certificates:") + print _("Execute these commands from pyLoad config folder to make ssl certificates:") print "" print "openssl genrsa -out ssl.key 1024" print "openssl req -new -key ssl.key -out ssl.csr" @@ -318,7 +318,7 @@ class Setup(): print _("2 - List users") print _("3 - Remove user") print _("4 - Quit") - action = raw_input("[1]/2/3/4 ") + action = raw_input("[1]/2/3/4: ") if not action in ("1", "2", "3", "4"): continue elif action == "1": -- cgit v1.2.3