Skip to content

Commit

Permalink
Fixed cache IP storage
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbovbel committed Nov 18, 2024
1 parent 24d7449 commit 82dbbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/media-server/templates/mam-ip-update.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ "$(get_vpn_ip)" != "$(cat $cached_ip)" ]; then
fi
echo "Updating cached IP"
get_vpn_ip >> $cached_ip
get_vpn_ip > $cached_ip
else
echo "Nothing to do"
Expand Down

0 comments on commit 82dbbe1

Please sign in to comment.