We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1362664 commit 02f39c3Copy full SHA for 02f39c3
1 file changed
webui/index.js
@@ -98,7 +98,7 @@ async function updateRehookStatus() {
98
99
function setRehookMode(mode) {
100
exec(`
101
- kpatch rehook ${mode} && echo ${mode} > ${persistDir}/rehook`,
+ kpatch rehook ${mode} && echo ${mode} > ${persistDir}/rehook && sh "${modDir}/status.sh"`,
102
{ env: { PATH: `${modDir}/bin:$PATH` } }
103
).then((result) => {
104
if (result.errno !== 0) {
0 commit comments