mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
evaluate error messages (this way e.g. newlines can be passed)
This commit is contained in:
@@ -90,8 +90,8 @@ mkdir -p ${WORKING_DIR}
|
||||
date > "${LOG_FILE}" # purge logfile if exists
|
||||
|
||||
function log() {
|
||||
echo "$1"
|
||||
echo "$1" >> "${LOG_FILE}"
|
||||
echo -e "$1"
|
||||
echo -e "$1" >> "${LOG_FILE}"
|
||||
}
|
||||
|
||||
function abort() {
|
||||
|
||||
Reference in New Issue
Block a user