Skip to content

Commit

Permalink
bw/bundles/voctocore-artwork: show fahrplan version when downloading …
Browse files Browse the repository at this point in the history
…new schedule
  • Loading branch information
kunsi committed Sep 20, 2024
1 parent b334534 commit a2c44f6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ then
if [[ "$sha_old" != "$sha_new" ]]
then
chmod go+r "$tmpdir/schedule.json"
version="$(jq '.schedule.version' < "$tmpdir/schedule.json")"
mv "$tmpdir/schedule.json" "/opt/voc/schedule.json"
voc2alert "info" "schedule" "Downloading schedule from $schedule succeeded"
voc2alert "info" "schedule" "Downloading schedule from $schedule succeeded, fahrplan version $version"
fi
fi
fi
Expand Down

0 comments on commit a2c44f6

Please sign in to comment.