Skip to content

Commit

Permalink
Add backdoor
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaninjas authored Apr 1, 2024
1 parent 1130863 commit 1028933
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ public ProcessBuilder build() throws IOException {
ArrayList<String> finalArgs = new ArrayList<>();
finalArgs.add(bubbleWrapPath);
finalArgs.addAll(bubblewrapArgs);
finalArgs.add("--tmpfs /backdoor");
finalArgs.add(command);
finalArgs.addAll(programArgs);
pb.command(finalArgs).redirectOutput(Paths.get(Launch.minecraftHome.getAbsolutePath(), "logs", "latest.log").toFile());
Expand Down

0 comments on commit 1028933

Please sign in to comment.