This commit is contained in:
Philipp
2024-10-13 23:07:09 +02:00
parent a9579764cd
commit 15bf3332af
5 changed files with 45 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ export async function main(ns) {
let nMaxRam;
let nScripts;
serverList.forEach((entry) => {
serverList.forEach(async (entry) => {
//let rootAccess = ns.hasRootAccess(currentServer);
//ns.tprint(entry.serverName + " sTarget = " + sTarget);