master
vitalif 2009-12-07 12:18:10 +00:00
parent 16e7a36c34
commit 67bf157c15
1 changed files with 0 additions and 3 deletions

View File

@ -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