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