Skip to content

Commit

Permalink
Merge pull request #868 from thomasjacquin/generateForDay.sh-upload-m…
Browse files Browse the repository at this point in the history
…essage

generateForDay.sh: upload message fix
  • Loading branch information
EricClaeys authored Dec 28, 2021
2 parents 9c89780 + 9502aed commit a3895bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateForDay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ if [ "${DO_TIMELAPSE}" = "true" ] ; then
fi


if [ "${TYPE}" = "GENERATE" -a ${SILENT} = "false" ]; then
if [ "${TYPE}" = "GENERATE" -a ${SILENT} = "false" -a ${EXIT_CODE} -eq 0 ]; then
ARGS=""
[ "${DO_KEOGRAM}" = "true" ] && ARGS="${ARGS} -k"
[ "${DO_STARTRAILS}" = "true" ] && ARGS="${ARGS} -s"
Expand Down

0 comments on commit a3895bc

Please sign in to comment.