Skip to content

Commit

Permalink
Update script logging
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbovbel committed Dec 21, 2024
1 parent 82dbbe1 commit 8d6df87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/media-server/templates/mam-ip-update.j2
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ if [ "$(get_vpn_ip)" != "$(cat $cached_ip)" ]; then
get_vpn_ip > $cached_ip
else
echo "Nothing to do"
echo "No IP changes from previously authorized $(cat $cached_ip), nothing to do."
fi
EOF

0 comments on commit 8d6df87

Please sign in to comment.