We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445afbe commit 293e505Copy full SHA for 293e505
1 file changed
bin/daily
@@ -6,6 +6,7 @@
6
# /etc/cron.d/datatracker
7
8
# Make sure we stop if something goes wrong:
9
+program=${0##*/}
10
trap 'echo "$program($LINENO): Command failed with error code $? ([$$] $0 $*)"; exit 1' ERR
11
12
# Run the hourly jobs first
0 commit comments