This commit is contained in:
Mark Nadal 2023-04-26 01:13:17 -07:00
parent 2183e6acdf
commit 0e7121b8f4
2 changed files with 4 additions and 4 deletions

View File

@ -128,6 +128,10 @@
} }
setTimeout(function(){ setTimeout(function(){
gun._.opt.mesh.say({dam: 'service', try: 'https', email: $('#email').val(), domain: location.hostname}); gun._.opt.mesh.say({dam: 'service', try: 'https', email: $('#email').val(), domain: location.hostname});
setTimeout(function(){
if(gun._.opt.mesh.near){ return }
$('#https').text("It might have worked! try HTTPS!");
}, 2000);
}, 999); }, 999);
}); });
} }

View File

@ -227,13 +227,9 @@ function start(root){
var path = require('path').resolve(__dirname, '../examples'); var path = require('path').resolve(__dirname, '../examples');
require('fs').writeFileSync(path+'/../email', msg.email); require('fs').writeFileSync(path+'/../email', msg.email);
run("bash "+path+"/https.sh", {env: {'EMAIL': msg.email, 'WEB': path, 'DOMAIN': msg.domain}}, function(e, out, err){ run("bash "+path+"/https.sh", {env: {'EMAIL': msg.email, 'WEB': path, 'DOMAIN': msg.domain}}, function(e, out, err){
console.log("11111DONE11111");
log = "|"+e+"|"+out+"|"+err; log = "|"+e+"|"+out+"|"+err;
console.log("2222DONE222222");
mesh.say({dam: '!', log: ''+log}, peer); mesh.say({dam: '!', log: ''+log}, peer);
console.log("3333DONE333333");
setTimeout(function(){ process.exit() },999); setTimeout(function(){ process.exit() },999);
console.log("4444DONE444444");
}); });
} }
cmd.update = function(msg, peer){ var run, log, pass; cmd.update = function(msg, peer){ var run, log, pass;