tree: fix

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-10-25 18:32:23 +02:00
parent 96e0679adb
commit 3f916ce79e
2 changed files with 5 additions and 2 deletions

View File

@ -649,7 +649,7 @@ function arcSummary() {
if [ "${DT}" == "false" ] && [ "${REMAP}" == "user" ]; then
if [ -z "${PORTMAP}" ] && [ -z "${DISKMAP}"] && [ -z "${PORTREMAP}" ] && [ -z "${AHCIPORTREMAP}" ]; then
dialog --backtitle "$(backtitle)" --title "Arc Error" \
--msgbox "ERROR: You selected Portmap: User and didn't set any values. -> Can't build Loader!\nGo need to go Cmdline Options and add your Values." 6 80
--msgbox "ERROR: You selected Portmap: User and not set any values. -> Can't build Loader!\nGo need to go Cmdline Options and add your Values." 6 80
return 1
fi
fi

View File

@ -1,4 +1,7 @@
###############################################################################
# Update Offline Configs
updateOffline
updateOffline
# Remove sortnetif
deleteConfigKey "addons.sortnetif" "${CONFIG_FILE}"