Updated dist files
This commit is contained in:
2
dist/main/system_handlers.js
vendored
2
dist/main/system_handlers.js
vendored
@@ -284,7 +284,7 @@ function registerSystemHandlers() {
|
|||||||
}
|
}
|
||||||
if (!cmd)
|
if (!cmd)
|
||||||
return { success: false, error: 'Action not supported' };
|
return { success: false, error: 'Action not supported' };
|
||||||
// NOTE: These commands often require root.
|
// NOTE: These commands often require root.
|
||||||
// For a kiosk, you might configure sudoers to allow this specific command without password.
|
// For a kiosk, you might configure sudoers to allow this specific command without password.
|
||||||
return await runExec(cmd);
|
return await runExec(cmd);
|
||||||
});
|
});
|
||||||
|
|||||||
2
dist/main/system_handlers.js.map
vendored
2
dist/main/system_handlers.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user