tree: fix latest changes

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-06-01 00:27:40 +02:00
parent 5c4b8a8bc5
commit 48bd9bd482
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ echo -e "\033[1;37mSystem:\033[0m"
echo -e "VENDOR: \033[1;37m${VENDOR}\033[0m"
echo -e "CPU: \033[1;37m${CPU}\033[0m"
echo -e "MEM: \033[1;37m${RAM}\033[0m"
echo -e "Boottime: \033[1;37m${BOOTTIME}\033[0m"
echo -e "TIME: \033[1;37m${BOOTTIME}\033[0m"
echo
if ! readConfigMap "addons" "${USER_CONFIG_FILE}" | grep -q nvmesystem; then

View File

@ -154,7 +154,7 @@ 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
boot.sh && exit 0
else
echo -e "\033[1;34mStarting Config Mode...\033[0m"
fi