From 67bf157c158e60578cc3fb5d69c08b7b2a035f3f Mon Sep 17 00:00:00 2001 From: vitalif Date: Mon, 7 Dec 2009 12:18:10 +0000 Subject: [PATCH] no proxy --- update-quiet.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/update-quiet.sh b/update-quiet.sh index b0a3c90..8fff5f9 100755 --- a/update-quiet.sh +++ b/update-quiet.sh @@ -1,8 +1,5 @@ #!/bin/sh -export http_proxy="http://proxy.custis.ru:3128/" -export no_proxy=".office.custis.ru, 172.29.0.0/22, mail01.custis.ru" - if [ -z "`ps ax | grep php | grep update-quiet | head -n 1 | awk '{print $1}'`" ]; then cd `dirname $0` && /usr/bin/php update-quiet.php fi