arc: remove a dialog from build

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-02-01 19:41:27 +01:00
parent b9d268dca7
commit e18c36b421

View File

@@ -578,8 +578,6 @@ function make() {
--msgbox "DSM Extraction successful!" 0 0
elif [ -f "${DSM_FILE}" ]; then
tar xf "${DSM_FILE}" -C "${UNTAR_PAT_PATH}" >"${LOG_FILE}" 2>&1
dialog --backtitle "$(backtitle)" --title "DSM Download" --aspect 18 \
--msgbox "DSM Image Download successful!" 0 0
else
dialog --backtitle "$(backtitle)" --title "DSM Download" --aspect 18 \
--msgbox "ERROR: No DSM Image found!" 0 0