Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix cycle stopping after successful record update if not using telegr…
…am notification.
  • Loading branch information
João Duarte committed Mar 19, 2024
commit 4b2faec1f855fa28a2b6aea7dad2613d895e532b
2 changes: 1 addition & 1 deletion update-cloudflare-dns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ for record in "${dns_records[@]}"; do

### Telegram notification
if [ ${notify_me_telegram} == "no" ]; then
exit 0
continue
fi

if [ ${notify_me_telegram} == "yes" ]; then
Expand Down