-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
scp is defined as scp(files: string | string[], destination: string, source?: string): boolean in Bitburner v2.2.2 (Steam). This results in the script trying to copy files from target server to home.
Bitburner-Scripts/hack-manager.js
Lines 44 to 48 in fe62454
| if (ns.hasRootAccess(server)) { | |
| await ns.scp('targeted-grow.js', 'home', server); | |
| await ns.scp('targeted-weaken.js', 'home', server); | |
| host_servers.push(server); | |
| } |
Bitburner-Scripts/hack-manager.js
Lines 124 to 129 in fe62454
| if (ns.hasRootAccess(server)) { | |
| await ns.scp('targeted-hack.js', 'home', server); | |
| await ns.scp('targeted-grow.js', 'home', server); | |
| await ns.scp('targeted-weaken.js', 'home', server); | |
| host_servers.push(server); | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels