Skip to content

Commit 485d8e9

Browse files
committed
fix: send first proofs at the beginning of the script
1 parent 1d53c9a commit 485d8e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

alerts/periodic_sender.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ source "$ENV_FILE"
2727
sleep_time=1800
2828
elapsed_intervals=0
2929

30+
./alerts/sender_with_alert.sh "$ENV_FILE"
31+
3032
while true; do
3133
echo "Starting pass #$elapsed_intervals"
3234

0 commit comments

Comments
 (0)