From 2959b256e48d28618681d73a403482b6fd25ac1c Mon Sep 17 00:00:00 2001 From: Ulrich Block Date: Fri, 23 Aug 2013 19:15:59 +0200 Subject: [PATCH] =?UTF-8?q?URL=20=C3=A4nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/pswreset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pswreset.sh b/server/pswreset.sh index f64ebe43..c36c4a16 100644 --- a/server/pswreset.sh +++ b/server/pswreset.sh @@ -45,7 +45,7 @@ if [[ "$1" == "start" ]]; then su easy-wi -c ./control sleep 30 rm control.* - STRING=`wget --no-check-certificate -q -O - https://wi.ulrich-block.de/get_password.php | sed 's/^\xef\xbb\xbf//g'` + STRING=`wget --no-check-certificate -q -O - https://wi.domain.de/get_password.php | sed 's/^\xef\xbb\xbf//g'` PASSWORD=`echo $STRING | awk -F ':' '{print $1}'` LICENCE=`echo $STRING | awk -F ':' '{print $2}'` if ([[ "$PASSWORD" != "" ]] && [[ "$PASSWORD" != "old" ]]); then