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

modify femas startup.sh

No related merge requests found
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..." ...@@ -11,4 +11,4 @@ echo "The femas-admin($pid) is running..."
kill $pid kill $pid
echo "Send shutdown request to femas-admin($pid) OK" echo "Send shutdown request to femas-admin($pid) success..."
\ No newline at end of file \ No newline at end of file
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
set -e set -e
# femas-admin root dir # 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 [ -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