mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-11 22:10:16 +02:00
[package] base-files: fix test experession for sysupgrade
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16310 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
231bfe4d8a
commit
5b0cf9ddca
@ -107,7 +107,7 @@ get_image() {
|
|||||||
local from="$1"
|
local from="$1"
|
||||||
local conc="cat"
|
local conc="cat"
|
||||||
|
|
||||||
[ $GZIPED -eq 1 ] && conc="zcat"
|
[ "$GZIPED" -eq 1 ] && conc="zcat"
|
||||||
|
|
||||||
case "$from" in
|
case "$from" in
|
||||||
http://*|ftp://*) wget -O- -q "$from" | "$conc";;
|
http://*|ftp://*) wget -O- -q "$from" | "$conc";;
|
||||||
|
Loading…
Reference in New Issue
Block a user