mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
With the action function as the last command in the script its return code automatically becomes that of the script, and without explicit exit shellcheck does not complain about unused functions. Also wait for the process to stop in "stop", and simplify restart. Signed-off-by: Fiona Klute <fiona.klute@gmx.de> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>