From e18c36b4215811730324efab69a11364d8dbc856 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Thu, 1 Feb 2024 19:41:27 +0100 Subject: [PATCH] arc: remove a dialog from build Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index cbe5ed7a..c0feb5de 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -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