Subversion Repositories SmartDukaan

Rev

Rev 11035 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11035 Rev 20661
Line 16... Line 16...
16
# Get standard environment variables
16
# Get standard environment variables
17
PRGDIR=`dirname $(readlink -f "$PRG")`
17
PRGDIR=`dirname $(readlink -f "$PRG")`
18
 
18
 
19
PROJECT_DIR="`dirname ${PRGDIR}`"
19
PROJECT_DIR="`dirname ${PRGDIR}`"
20
 
20
 
21
PROD_SERVERS="prod1 prod2 prod3"
21
PROD_SERVERS="prod1 prod2"
22
DATE=`date +%Y-%b-%d-%Hh%Mm%Ss`
22
DATE=`date +%Y-%b-%d-%Hh%Mm%Ss`
23
 
23
 
24
cd ${PROJECT_DIR}
24
cd ${PROJECT_DIR}
25
echo $PROJECT_DIR
25
echo $PROJECT_DIR
26
 
26