We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aec0a5 commit 1076268Copy full SHA for 1076268
alerts/generate_send_summary.sh
@@ -21,6 +21,10 @@ source "$1"
21
# Determine log file name based on current date
22
LOG_FILE="./alerts/notification_logs/log_$(date +"%Y_%m_%d").txt"
23
24
+SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
25
+cd "$SCRIPT_DIR"
26
+cd ..
27
+
28
batches=0
29
submitted_total=0
30
verified_total=0
0 commit comments