V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m11s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-05 17:01:51 +01:00
parent d2ee1e2963
commit 89e6ae9890
7 changed files with 12 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ run_dropbear() {
# init-bottom script to kill the remaining ipconfig processes if
# someone unlocks the rootfs from the console while the network is
# being configured
exec /sbin/dropbear "${DROPBEAR_OPTIONS-}"
exec /sbin/dropbear ${DROPBEAR_OPTIONS-}
}
# shellcheck disable=SC2292