init: fix boot again

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-02-20 23:07:28 +01:00
parent 0b9faa3e65
commit 98c5aa1b6f

View File

@@ -133,7 +133,7 @@ if grep -q "force_arc" /proc/cmdline; then
echo -e "\033[1;34mUser requested edit settings.\033[0m"
elif [ "${BUILDDONE}" = "true" ]; then
echo -e "\033[1;34mLoader is configured!\033[0m"
boot.sh
boot.sh && sleep 2 && exit 0
else
echo -e "\033[1;34mUser requested edit settings.\033[0m"
fi