From 6fc4bdddbd58f3e73031492c9ce9927d651fa4dc Mon Sep 17 00:00:00 2001 From: Marc Nause Date: Thu, 24 Jan 2013 20:09:33 +0100 Subject: [PATCH] *) fixed admin password configuration --- reconfigureYACY.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reconfigureYACY.sh b/reconfigureYACY.sh index 7d478dce7..76ec8447c 100755 --- a/reconfigureYACY.sh +++ b/reconfigureYACY.sh @@ -121,8 +121,8 @@ change_admin_password() echo 'Entries did not match, please try again.' change_admin_password else - BASE64=`$JAVA -classpath lib/yacycore.jar net.yacy.kelondro.order.Base64Order -es "$USERNAME:$INPUT1"` - B64MD5=`$JAVA -classpath lib/yacycore.jar net.yacy.kelondro.order.Digest -strfhex "$BASE64"` + BASE64=`$JAVA -classpath lib/yacycore.jar net.yacy.cora.order.Base64Order -es "$USERNAME:$INPUT1"` + B64MD5=`$JAVA -classpath lib/yacycore.jar net.yacy.cora.order.Digest -strfhex "$BASE64"` B64MD5=`echo $B64MD5 | sed "s/\(\S\) .*/\1/"` replace_parameter 'adminAccountBase64MD5' "$B64MD5" fi @@ -305,4 +305,4 @@ do print_menu done -#EOF \ No newline at end of file +#EOF