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
2 changes: 1 addition & 1 deletion ld-install
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ then
echo "existence on your systems."
echo
echo "You are about to perform this installation on `hostname` with"
echo "IP `curl -s whatip.gzo.com`."
echo "IP `curl -s ipinfo.io/ip`."
echo
read -p "Proceed with installation and configuration of Lockdown and all related services? [y/N] " -n 1 -r REPLY
if [[ $REPLY =~ ^[Yy]$ ]] ; then
Expand Down