Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

case "$1" in
start)

        /root/code/trunk/runutils/start-solr-service.sh
        ;;
stop)
        /root/code/trunk/runutils/stop-solr-service.sh
        ;;
*)
        echo "Usage: $0 { start | stop }"
        exit 1
        ;;
esac
exit 0