Changeset 93

Show
Ignore:
Timestamp:
01/20/10 05:56:41 (2 years ago)
Author:
235
Message:

improve

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • deployment-scripts/settings

    r89 r93  
    44#2007-2010 http://www.pleso.net/ 
    55#Oleksandr Pryymak 
    6  
    7 exec 2>&1 
    8 echo Content-type: text/plain 
    9 echo "" 
    106 
    117SVN=http:// 
     
    2723export PYTHONPATH=$PYTHONPATH:$DJANGO:$CODE:$CODE/apps:$CODE/external_apps:$CODE/libs 
    2824 
     25 
     26#=== default output === 
     27exec 2>&1 
     28echo Content-type: text/plain 
     29echo "" 
     30 
    2931echo "htdocs = $HTDOCS" 
    3032echo "django = $DJANGO" 
     
    3335echo "---" 
    3436NAME=`basename $0` 
    35 /bin/cat << EOM2 
    36     $NAME $* : 
    37 EOM2 
     37echo "$NAME $* :" 
     38echo 
    3839 
    3940cd $HTDOCS