Skip to content

Commit

Permalink
Update Jailbreak.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
wwg135 authored Aug 5, 2023
1 parent e1e7636 commit 8c22f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dopamine/Dopamine/UI/Views/Jailbreak.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func respring() {
}

func userspaceReboot() {
_ = execCmd(args: [launchctlPath, "reboot", "userspace"])
_ = execCmd(args: [rootifyPath(path: "/basebin/jbctl")!, "reboot_userspace"])
}

func reboot() {
Expand Down

0 comments on commit 8c22f0d

Please sign in to comment.