mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-24 11:51:06 +02:00
evaluate error messages (this way e.g. newlines can be passed)
This commit is contained in:
parent
76a779fbfa
commit
c8b4f9eb68
@ -90,8 +90,8 @@ mkdir -p ${WORKING_DIR}
|
|||||||
date > "${LOG_FILE}" # purge logfile if exists
|
date > "${LOG_FILE}" # purge logfile if exists
|
||||||
|
|
||||||
function log() {
|
function log() {
|
||||||
echo "$1"
|
echo -e "$1"
|
||||||
echo "$1" >> "${LOG_FILE}"
|
echo -e "$1" >> "${LOG_FILE}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function abort() {
|
function abort() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user