From ae225a1d7e07dcf9cc2ed205b5cbfb370eff95e8 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Tue, 7 Jul 2015 13:16:07 +0300 Subject: [PATCH] faster ip detection service with wget --- uber-standardsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uber-standardsetup.sh b/uber-standardsetup.sh index 9bd0805..d2dea51 100755 --- a/uber-standardsetup.sh +++ b/uber-standardsetup.sh @@ -27,7 +27,7 @@ if [ "$MYSQLPASS" == "" ]; then fi read -p "Domain: " DOMAIN -IP=$(curl -s curlmyip.com) +IP=$(wget -q -O - http://myexternalip.com/raw) echo "User: $USER" # user auf dem System echo "Hostname: $HOSTNAME" # z.B. cetus.uberspace.de