Subversion Repositories SmartDukaan

Rev

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

Rev 4096 Rev 4159
Line 80... Line 80...
80
if [ ! -z "$DIFF" ]
80
if [ ! -z "$DIFF" ]
81
then
81
then
82
	cp new_schema.xml schema.xml
82
	cp new_schema.xml schema.xml
83
	/root/code/trunk/runutils/stop-solr-service.sh
83
	/root/code/trunk/runutils/stop-solr-service.sh
84
	/root/code/trunk/runutils/start-solr-service.sh
84
	/root/code/trunk/runutils/start-solr-service.sh
85
	sleep 5
85
	sleep 15
86
fi
86
fi
87
 
87
 
88
echo "Posting data to solr"
88
echo "Posting data to solr"
89
echo "======================================================="
89
echo "======================================================="
90
 
90