mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- Use '#' vs '$' to indicate root vs. user message. - Remove '-n' argument to sudo as it is always present. - Remove env arguments to sudo as they are only present during debug. - Remove full path to the action as they are already thoroughly checked. - Print the message as a shell command with escapes instead of as python list. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>