diff --git a/exec/init-fidonet.js b/exec/init-fidonet.js index 22f342019ca9d5a2118b0cf56fc289c2790635c9..03058eb588b308cf325366e3f258c59206f5fd64 100644 --- a/exec/init-fidonet.js +++ b/exec/init-fidonet.js @@ -181,7 +181,7 @@ if(confirm("Download and install " + netname + " EchoList")) { /* INSTALL BINKIT */ /******************/ if(confirm("Install BinkIT")) { - load("binkit.js", "install"); + system.exec(system.exec_dir + "jsexec binkit install"); } /************************/ @@ -205,13 +205,14 @@ if(confirm("Create an AreaFix request to link ALL EchoMail areas with " exit(1); } msgbase.close(); - print("AreaFix NetMail message created successfully"); + file_touch(system.data_dir + "fidoout.now"); + print("AreaFix NetMail message created successfully."); } /***********************/ /* DISPLAY FINAL NOTES */ /***********************/ -print(netname + " initial setup completely successfully"); +print(netname + " initial setup completely successfully."); print(); if(your.node == 9999) { print("You used a temporary (e.g. /9999) node address. You will need to update your");