blob: 0c15e0ede284f61f10659056e4661cd64fc2731e [file] [log] [blame]
#!/usr/bin/env sh
# PredictionIO Admin Server Shutdown Script
# Get the absolute path of the build script
SCRIPT="$0"
while [ -h "$SCRIPT" ] ; do
SCRIPT=`readlink "$SCRIPT"`
done
# Get the base directory of the repo
DIR=`dirname $SCRIPT`/..
cd $DIR
BASE=`pwd`
. "$BASE/bin/common.sh"
stop_play "admin" $ADMIN_DIR $ADMIN_OUT