Commit 29a80579 authored by zilongTong's avatar zilongTong
Browse files

modify femas startup.sh

parent 2a791d4f
Showing with 3 additions and 2 deletions
+3 -2
No preview for this file type
......@@ -11,4 +11,4 @@ echo "The femas-admin($pid) is running..."
kill $pid
echo "Send shutdown request to femas-admin($pid) OK"
\ No newline at end of file
echo "Send shutdown request to femas-admin($pid) success..."
\ No newline at end of file
......@@ -2,7 +2,8 @@
set -e
# femas-admin root dir
BASE_DIR=$(dirname $(dirname $(realpath "$0")))
#BASE_DIR=$(dirname $(dirname $(realpath "$0")))
BASE_DIR=`cd $(dirname $0)/..; pwd`
[ -z "$HOME" ] && HOME=/root
# 判断参数类型
......
No preview for this file type
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment