mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 22:19:52 +07:00
tree: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
96e0679adb
commit
3f916ce79e
@ -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
|
||||
|
@ -1,4 +1,7 @@
|
||||
###############################################################################
|
||||
|
||||
# Update Offline Configs
|
||||
updateOffline
|
||||
updateOffline
|
||||
|
||||
# Remove sortnetif
|
||||
deleteConfigKey "addons.sortnetif" "${CONFIG_FILE}"
|
Loading…
Reference in New Issue
Block a user