mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 22:19:52 +07:00
arc: rework backup build logic
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
561482b14a
commit
9234501099
@ -376,7 +376,8 @@ function arcVersion() {
|
||||
VALID="true"
|
||||
elif curl --interface ${ARCNIC} -skL "${DSM_URL}" -o "${DSM_FILE}"; then
|
||||
VALID="true"
|
||||
else
|
||||
fi
|
||||
if [ ! -f "${DSM_FILE}" ]; then
|
||||
dialog --backtitle "$(backtitle)" --title "DSM Download" --aspect 18 \
|
||||
--infobox "No DSM Image found!\nTry to get .pat from Syno." 4 40
|
||||
sleep 5
|
||||
|
Loading…
Reference in New Issue
Block a user