work on new storage system

This commit is contained in:
Kevin Froman 2019-01-05 00:15:31 -06:00
parent a259ee4a09
commit 7eddb0a879
6 changed files with 49 additions and 161 deletions

View file

@ -704,7 +704,7 @@ if(tt !== null && tt !== undefined) {
if(getWebPassword() === null) {
var password = "";
while(password.length != 64) {
password = prompt("Please enter the web password (run `./RUN-LINUX.sh --get-password`)");
password = prompt("Please enter the web password (run `./RUN-LINUX.sh --details`)");
}
setWebPassword(password);