mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:09:53 +07:00
boot: more fixes
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
149db87a0c
commit
6124e562c5
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user