Fix root server function, file name was wrong
This commit is contained in:
parent
62b1d6edfd
commit
b99827a84b
@ -76,7 +76,7 @@ export function rootServer(ns: NS, server: string) {
|
||||
ns.ftpcrack(server)
|
||||
counter++
|
||||
}
|
||||
if (ns.fileExists("SMTPCrack.exe", "home")) {
|
||||
if (ns.fileExists("relaySMTP.exe", "home")) {
|
||||
ns.relaysmtp(server)
|
||||
counter++
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user