mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +01:00
DOCUMENTATION: Fix typo in "Getting Started" page (#1836)
This commit is contained in:
parent
bab5412fb7
commit
7c732689dd
@ -117,7 +117,7 @@ The `getServerMaxMoney()` function is used to find this value
|
||||
const securityThresh = ns.getServerMinSecurityLevel(target);
|
||||
|
||||
This third command defines a numerical value representing the minimum security level the target [Server](../basic/servers.md) can have.
|
||||
If the target [Server](../basic/servers.md)'s security level is higher than this value, then our [Script](../basic/scripts.md) will `weaken()` the [Script](../basic/scripts.md) before doing anything else.
|
||||
If the target [Server](../basic/servers.md)'s security level is higher than this value, then our [Script](../basic/scripts.md) will `weaken()` the server before doing anything else.
|
||||
|
||||
if (ns.fileExists("BruteSSH.exe", "home")) {
|
||||
ns.brutessh(target);
|
||||
|
Loading…
Reference in New Issue
Block a user