diff options
Diffstat (limited to 'create_arm_image.sh')
-rwxr-xr-x | create_arm_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create_arm_image.sh b/create_arm_image.sh index a85eb13..c646850 100755 --- a/create_arm_image.sh +++ b/create_arm_image.sh @@ -65,7 +65,7 @@ if [ 0 -ne $(echo "${CMD_LINE}" | grep -c '\-\-log') ]; then if [ "x" = "${LOGFILE}x" ]; then mkdir -p ./log LOGFILE="./log/mga4arm-$(date "+%Y-%m-%d-%H:%M:%S")-${CONFIG_NAME}.log" - LOGCMD="--log " + LOGCMD="--log" else LOGCMD="--log ${lOGFILE}" fi |