We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269a4c5 commit 3e0492bCopy full SHA for 3e0492b
1 file changed
webui/index.js
@@ -95,7 +95,7 @@ async function updateRehookStatus() {
95
96
function setRehookMode(mode) {
97
exec(`
98
- kpatch rehook ${mode} && echo ${mode} > ${persistDir}/rehook`,
+ kpatch rehook ${mode} && echo ${mode} > ${persistDir}/rehook && sh "${modDir}/status.sh"`,
99
{ env: { PATH: `${modDir}/bin:$PATH` } }
100
).then((result) => {
101
if (result.errno !== 0) {
0 commit comments