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