From e4b5a87b9bb9308d153c3767f5c42e67838434ac Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 13 Jan 2024 22:00:29 +0100 Subject: [PATCH] boot: fix last coloring Signed-off-by: AuxXxilium --- files/initrd/opt/arc/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/boot.sh b/files/initrd/opt/arc/boot.sh index 27df8a0a..21fbf66e 100755 --- a/files/initrd/opt/arc/boot.sh +++ b/files/initrd/opt/arc/boot.sh @@ -241,7 +241,7 @@ kexec -l "${MOD_ZIMAGE_FILE}" --initrd "${MOD_RDGZ_FILE}" --command-line="${CMDL echo -e "\033[1;37m"Booting DSM..."\033[0m" for T in $(w | grep -v "TTY" | awk -F' ' '{print $2}') do - echo -e "\n\033[1;37mThis interface will not be operational. Wait a few minutes.\nUse \033[1;34mhttp://${IPCON}:5000\033[0m or try \033[1;34mhttp://find.synology.com/ \033[1;37mto find DSM and proceed.\033[0m\n" >"/dev/${T}" 2>/dev/null || true + echo -e "\n\033[1;37mThis interface will not be operational. Wait a few minutes.\033[0m\nUse \033[1;34mhttp://${IPCON}:5000\033[0m or try \033[1;34mhttp://find.synology.com/ \033[1;37mto find DSM and proceed.\033[0m\n" >"/dev/${T}" 2>/dev/null || true done [ "${KERNELLOAD}" = "kexec" ] && kexec -f -e || poweroff exit 0 \ No newline at end of file