add missing /bin/sh

This commit is contained in:
Tobias Powalowski 2023-02-11 18:30:50 +01:00
parent 8f5000180a
commit 14c90f18ad

View file

@ -5,6 +5,7 @@ _emergency_shell() {
echo "Welcome to Archboot Emergeny Shell:" echo "Welcome to Archboot Emergeny Shell:"
echo "Seems something went wrong..." echo "Seems something went wrong..."
echo "Type 'poweroff' for shutdown or 'reboot' to restart." echo "Type 'poweroff' for shutdown or 'reboot' to restart."
/bin/sh
} }
# mount kernel filesystems # mount kernel filesystems