mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:19:52 +07:00
arc: fix offline (non automated) build
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
b7cd95454a
commit
0faa83d778
@ -417,6 +417,7 @@ function arcVersion() {
|
||||
--msgbox "${MSG}" 9 80
|
||||
fi
|
||||
# Grep PAT_FILE
|
||||
PAT_FILE=$(ls ${USER_UP_PATH}/*.pat | head -n 1)
|
||||
if [ -f "${PAT_FILE}" ] && [ $(wc -c "${PAT_FILE}" | awk '{print $1}') -gt 300000000 ]; then
|
||||
dialog --backtitle "$(backtitle)" --title "DSM Upload" --aspect 18 \
|
||||
--infobox "DSM Image found!" 3 40
|
||||
|
Loading…
Reference in New Issue
Block a user