Skip to content

Commit 02f39c3

Browse files
committed
webui: update description on rehook mode change
1 parent 1362664 commit 02f39c3

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
@@ -98,7 +98,7 @@ async function updateRehookStatus() {
9898

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

0 commit comments

Comments
 (0)