mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-24 07:21:06 +02:00
wget should append to logfile, do not overwrite it
This commit is contained in:
parent
60165955b3
commit
1c0e1e46e0
@ -128,21 +128,21 @@ if [ "$PROTOCOL" == "http" ]; then
|
||||
if [ "$B" == "TRUE" ]; then
|
||||
log "fetching bootloader..."
|
||||
wget \
|
||||
-o "${LOG_FILE}" \
|
||||
-a "${LOG_FILE}" \
|
||||
-P "${WORKING_DIR}" \
|
||||
"${BASE_URL_HTTP}/${VERSION}/${LOADER}"
|
||||
fi
|
||||
if [ "$K" == "TRUE" ]; then
|
||||
log "fetching kernel..."
|
||||
wget \
|
||||
-o "${LOG_FILE}" \
|
||||
-a "${LOG_FILE}" \
|
||||
-P "${WORKING_DIR}" \
|
||||
"${BASE_URL_HTTP}/${VERSION}/${KERNEL}"
|
||||
fi
|
||||
if [ "$R" == "TRUE" ]; then
|
||||
log "fetching rootfs..."
|
||||
wget \
|
||||
-o "${LOG_FILE}" \
|
||||
-a "${LOG_FILE}" \
|
||||
-P "${WORKING_DIR}" \
|
||||
"${BASE_URL_HTTP}/${VERSION}/${ROOTFS}"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user