blob: c4f4a9cd8ef62ab15bf2e9af9d868b2120a2b068 [file] [log] [blame]
#!/bin/bash
if [ -z ${GEMFIRE:-} ]; then
echo GEMFIRE is not set.
exit 1
fi
echo Stop GemFire Server
export PATH="${PATH}:${GEMFIRE}/bin"
cacheserver stop -dir=gfecs
echo Stopped Server