projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35bbc6a
)
attempted fix
author
Justin_Howard
<zorro1rr@gmail.com>
Thu, 30 Jul 2020 04:34:58 +0000
(22:34 -0600)
committer
Justin_Howard
<zorro1rr@gmail.com>
Thu, 30 Jul 2020 04:34:58 +0000
(22:34 -0600)
_webi/template.sh
patch
|
blob
|
history
diff --git
a/_webi/template.sh
b/_webi/template.sh
index aaf32e0091c3410cf007f9f4c74abecade397595..244bd86c8e4887557899ebd48fb530dc98bc2743 100644
(file)
--- a/
_webi/template.sh
+++ b/
_webi/template.sh
@@
-147,7
+147,8
@@
webi_download() {
return 0
fi
- echo "Downloading $PKG_NAME to $my_dl"
+ echo "Downloading $PKG_NAME from"
+ echo "$my_url"
# It's only 2020, we can't expect to have reliable CLI tools
# to tell us the size of a file as part of a base system...
@@
-168,6
+169,8
@@
webi_download() {
fi
mv "$my_dl.part" "$my_dl"
+
+ echo "Saved as $my_dl"
}
# detect which archives can be used