Subversion Repositories SmartDukaan

Rev

Rev 8753 | Rev 8850 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8753 Rev 8827
Line 40... Line 40...
40
# Get standard environment variables
40
# Get standard environment variables
41
PRGDIR=`dirname $(readlink -f "$PRG")`
41
PRGDIR=`dirname $(readlink -f "$PRG")`
42
STATUS_CATALOG_GENERATION=`cat $PRGDIR/status.txt`
42
STATUS_CATALOG_GENERATION=`cat $PRGDIR/status.txt`
43
 
43
 
44
if [ $STATUS_CATALOG_GENERATION -eq 1 ]; then
44
if [ $STATUS_CATALOG_GENERATION -eq 1 ]; then
45
	sendEmail -f build@shop2020.in -t rajveer.singh@shop2020.in amit.gupta@shop2020.in -u "Imp: CATALOG GENERATION FAILED" -s smtp.gmail.com:587  -xu build@shop2020.in  -xp cafe@nes -o tls=yes
45
	sendEmail -f build@shop2020.in -t eng@shop2020.in -u "Imp: CATALOG GENERATION FAILED." -s smtp.gmail.com:587  -xu build@shop2020.in  -xp cafe@nes -o tls=yes -m "Thanks" 
46
	exit 1
46
	exit 1
47
		        
47
		        
48
fi 
48
fi 
49
 
49
 
50
 
50