boot: more fixes

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-17 15:55:04 +02:00
parent 149db87a0c
commit 6124e562c5
3 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,6 @@
. ${ARC_PATH}/include/network.sh
. ${ARC_PATH}/include/update.sh
. ${ARC_PATH}/arc-functions.sh
. ${ARC_PATH}/boot.sh
# Check for System
systemCheck

View File

@ -165,7 +165,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"
. ${ARC_PATH}/boot.sh
boot.sh
exit 0
else
echo -e "\033[1;34mStarting Config Mode...\033[0m"

View File

@ -9,7 +9,6 @@
. ${ARC_PATH}/include/modules.sh
. ${ARC_PATH}/include/network.sh
. ${ARC_PATH}/include/update.sh
. ${ARC_PATH}/boot.sh
# Check for System
systemCheck