global: finalize switch from ash to bash shell, including recovery shell access

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-12-19 13:54:44 -05:00
parent bcd364c280
commit 97121ab86e
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461
2 changed files with 2 additions and 2 deletions

View File

@ -287,9 +287,9 @@ recovery() {
sleep 1
if [ -x /bin/setsid ]; then
/bin/setsid -c /bin/sh
/bin/setsid -c /bin/bash
else
/bin/sh
/bin/bash
fi
done
}