init: test

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-06-13 19:49:55 +02:00
parent 0aa31b59ad
commit f8cbc01cb9

View File

@@ -157,9 +157,6 @@ elif grep -q "automated_arc" /proc/cmdline; then
echo -e "\033[1;34mStarting automated Build Mode...\033[0m"
elif grep -q "update_arc" /proc/cmdline; then
echo -e "\033[1;34mStarting Update Mode...\033[0m"
elif [ "${BUILDDONE}" == "true" ]; then
echo -e "\033[1;34mStarting DSM Mode...\033[0m"
boot.sh && exit 0
else
echo -e "\033[1;34mStarting Config Mode...\033[0m"
fi
@@ -247,4 +244,6 @@ else
else
arc.sh
fi
fi
fi
exit 0