1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-24 08:01:06 +02:00

reflash_ben.sh English improvement

thanks to Michael Stevens
This commit is contained in:
Xiangfu Liu 2010-04-22 17:49:30 +08:00
parent 4e2229f5c3
commit d93945480e

View File

@ -104,8 +104,8 @@ function log() {
[ "$(whoami)" == "root" ] || abort "this script must be run as root"
log "working dir: ${WORKING_DIR}"
log "chosed method: ${PROTOCOL}"
test ${VERSION} && log "chosed version: ${VERSION}"
log "chosen method: ${PROTOCOL}"
test ${VERSION} && log "chosen version: ${VERSION}"
log "==="
if [ "$PROTOCOL" == "http" ]; then