From f8cbc01cb905df02eea79d2afed2b924345b4441 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Thu, 13 Jun 2024 19:49:55 +0200 Subject: [PATCH] init: test Signed-off-by: AuxXxilium --- files/initrd/opt/arc/init.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/files/initrd/opt/arc/init.sh b/files/initrd/opt/arc/init.sh index 39554ebb..a9d0093f 100755 --- a/files/initrd/opt/arc/init.sh +++ b/files/initrd/opt/arc/init.sh @@ -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 \ No newline at end of file +fi + +exit 0 \ No newline at end of file