Updated dist files

This commit is contained in:
Scott Idem
2026-05-13 19:09:09 -04:00
parent 1008a55ec3
commit 2c7b609295
2 changed files with 2 additions and 2 deletions

View File

@@ -284,7 +284,7 @@ function registerSystemHandlers() {
}
if (!cmd)
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.
return await runExec(cmd);
});

File diff suppressed because one or more lines are too long