Skip to content

Fix su quoting

g0t mi1k requested to merge github/fork/oliverlavery/fix-su-quoting into 2019.2-dev

Created by: oliverlavery

The single quotes around su commands run at boot don't work with busy box, and are easily broken by the content of the command. I'd suggest using bash heredocs instead.

Merge request reports