Skip to content

Commit 3e0492b

Browse files
committed
webui: update description on rehook mode change
1 parent 269a4c5 commit 3e0492b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webui/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async function updateRehookStatus() {
9595

9696
function setRehookMode(mode) {
9797
exec(`
98-
kpatch rehook ${mode} && echo ${mode} > ${persistDir}/rehook`,
98+
kpatch rehook ${mode} && echo ${mode} > ${persistDir}/rehook && sh "${modDir}/status.sh"`,
9999
{ env: { PATH: `${modDir}/bin:$PATH` } }
100100
).then((result) => {
101101
if (result.errno !== 0) {

0 commit comments

Comments
 (0)